Shades of Bahama Blue #185589
Tints of Bahama Blue #185589
RGB
CMYK
RGB Variations
Color information
#185589 (or 0x185589) is known color: Bahama Blue. HEX triplet: 18, 55 and 89. RGB value is (24,85,137). Sum of RGB (Red+Green+Blue) = 24+85+137=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 137 (53.91% from 255 or 55.69% from 246); Max value from RGB is 137 - color contains mainly: blue. Hex color #185589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185589 is #E7AA76. Grayscale: #484848. Windows color (decimal): -15182455 or 9000216. OLE color: 9000216.
HSL color Cylindrical-coordinate representation of color #185589: hue angle of 207.61º 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 #185589 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 85 | 137 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.46 |
| HSL | 207.61º | 0.7% | 0.32% | - |
| HSV(B) | 207.61º | 0.82% | 0.54% | - |
| XYZ | 8.14 | 8.5 | 24.88 | - |
| YUV | 72.69 | 164.29 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 137 | 0.82 | 0.38 | 0 | 0.46 | 207.61 | 0.7 | 0.32 |
| Hex | 18 | 55 | 89 | 52 | 26 | 0 | 2E | D0 | 46 | 20 |
| Octal | 30 | 125 | 211 | 122 | 46 | 0 | 56 | 320 | 106 | 40 |
| Binary | 11000 | 1010101 | 10001001 | 1010010 | 100110 | 0 | 101110 | 11010000 | 1000110 | 100000 |
Color Harmonies of #185589
Complementary color
Monochromatic Colors of #185589
Black with #185589
Text Example
Text Example
White with #185589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185589; }
p { color: rgb(24,85,137); }
H1.HeaderClassName
{
color: #185589;
}
.AnyTagClassName
{
color: #185589;
}
</style>
background-color css
<style>
a { background-color: #185589; }
a { background-color: rgb(24,85,137); }
div.DivClassName
{
background-color: #185589;
}
.BgClassName
{
background-color: #185589;
}
</style>
border-color css
<style>
span { border-color: #185589; }
span { border-color: rgb(24,85,137); }
td.TdClassName
{
border-color: #185589;
}
.TagClassName
{
border-color: #185589;
}
</style>