#145E84

Color #145E84 Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #145E84

Tints of Bahama Blue #145E84

Color information

#145E84 (or 0x145E84) is unknown color: approx Bahama Blue. HEX triplet: 14, 5E and 84. RGB value is (20,94,132). Sum of RGB (Red+Green+Blue) = 20+94+132=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #145E84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145E84 is #EBA17B. Grayscale: #4B4B4B. Windows color (decimal): -15442300 or 8674836. OLE color: 8674836.

HSL color Cylindrical-coordinate representation of color #145E84: hue angle of 200.36º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145E84 is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2094132-
CMYK0.850.2900.48
HSL200.36º73.68%29.8%-
HSV(B)200.36º84.85%51.76%-
XYZ8.469.8223.28-
YUV76.21159.4887.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 8.13%
GREEN value IS 94 (37.11% from 255) = 38.21%
BLUE value IS 132 (51.95% from 255) = 53.66%
R=8.13%
G=38.21%
B=53.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal20941320.850.2900.48200.3673.6829.8
Hex145E84551D030c84a1e
Octal241362041253506031011236
Binary10100101111010000100101010111101011000011001000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145E84; }

 p { color: rgb(20,94,132); }

 H1.HeaderClassName
 {
   color: #145E84;
 }
 .AnyTagClassName
 {
   color: #145E84;
 }
</style>
background-color css

<style>
 a { background-color: #145E84; }

 a { background-color: rgb(20,94,132); }

 div.DivClassName
 {
   background-color: #145E84;
 }
 .BgClassName
 {
   background-color: #145E84;
 }
</style>
border-color css

<style>
 span { border-color: #145E84; }

 span { border-color: rgb(20,94,132); }

 td.TdClassName
 {
   border-color: #145E84;
 }
 .TagClassName
 {
   border-color: #145E84;
 }
</style>