#185B89

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

Shades of Bahama Blue #185B89

Tints of Bahama Blue #185B89

Color information

#185B89 (or 0x185B89) is unknown color: approx Bahama Blue. HEX triplet: 18, 5B and 89. RGB value is (24,91,137). Sum of RGB (Red+Green+Blue) = 24+91+137=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #185B89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185B89 is #E7A476. Grayscale: #4B4B4B. Windows color (decimal): -15180919 or 9001752. OLE color: 9001752.

HSL color Cylindrical-coordinate representation of color #185B89: hue angle of 204.42º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #185B89 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2491137-
CMYK0.820.3400.46
HSL204.42º70.19%31.57%-
HSV(B)204.42º82.48%53.73%-
XYZ8.639.4825.04-
YUV76.21162.390.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.52%
GREEN value IS 91 (35.94% from 255) = 36.11%
BLUE value IS 137 (53.91% from 255) = 54.37%
R=9.52%
G=36.11%
B=54.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24911370.820.3400.46204.4270.1931.57
Hex185B89522202Ecc4620
Octal301332111224205631410640
Binary1100010110111000100110100101000100101110110011001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185B89; }

 p { color: rgb(24,91,137); }

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

<style>
 a { background-color: #185B89; }

 a { background-color: rgb(24,91,137); }

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

<style>
 span { border-color: #185B89; }

 span { border-color: rgb(24,91,137); }

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