Shades of Bahama Blue #185B89
Tints of Bahama Blue #185B89
RGB
CMYK
RGB Variations
Color information
#185B89 (or 0x185B89) is known color: 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
| RGB | 24 | 91 | 137 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.46 |
| HSL | 204.42º | 0.7% | 0.32% | - |
| HSV(B) | 204.42º | 0.82% | 0.54% | - |
| XYZ | 8.63 | 9.48 | 25.04 | - |
| YUV | 76.21 | 162.3 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 137 | 0.82 | 0.34 | 0 | 0.46 | 204.42 | 0.7 | 0.32 |
| Hex | 18 | 5B | 89 | 52 | 22 | 0 | 2E | CC | 46 | 20 |
| Octal | 30 | 133 | 211 | 122 | 42 | 0 | 56 | 314 | 106 | 40 |
| Binary | 11000 | 1011011 | 10001001 | 1010010 | 100010 | 0 | 101110 | 11001100 | 1000110 | 100000 |
Color Harmonies of #185B89
Complementary color
Monochromatic Colors of #185B89
Black with #185B89
Text Example
Text Example
White with #185B89
Text Example
Text Example
HTML Codes & Css Web 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>