Shades of Bahama Blue #185986
Tints of Bahama Blue #185986
RGB
CMYK
RGB Variations
Color information
#185986 (or 0x185986) is known color: Bahama Blue. HEX triplet: 18, 59 and 86. RGB value is (24,89,134). Sum of RGB (Red+Green+Blue) = 24+89+134=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 134 (52.73% from 255 or 54.25% from 247); Max value from RGB is 134 - color contains mainly: blue. Hex color #185986 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185986 is #E7A679. Grayscale: #4A4A4A. Windows color (decimal): -15181434 or 8804632. OLE color: 8804632.
HSL color Cylindrical-coordinate representation of color #185986: hue angle of 204.55º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #185986 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 89 | 134 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.47 |
| HSL | 204.55º | 0.7% | 0.31% | - |
| HSV(B) | 204.55º | 0.82% | 0.53% | - |
| XYZ | 8.25 | 9.06 | 23.87 | - |
| YUV | 74.7 | 161.47 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 134 | 0.82 | 0.34 | 0 | 0.47 | 204.55 | 0.7 | 0.31 |
| Hex | 18 | 59 | 86 | 52 | 22 | 0 | 2F | CD | 46 | 1F |
| Octal | 30 | 131 | 206 | 122 | 42 | 0 | 57 | 315 | 106 | 37 |
| Binary | 11000 | 1011001 | 10000110 | 1010010 | 100010 | 0 | 101111 | 11001101 | 1000110 | 11111 |
Color Harmonies of #185986
Complementary color
Monochromatic Colors of #185986
Black with #185986
Text Example
Text Example
White with #185986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185986; }
p { color: rgb(24,89,134); }
H1.HeaderClassName
{
color: #185986;
}
.AnyTagClassName
{
color: #185986;
}
</style>
background-color css
<style>
a { background-color: #185986; }
a { background-color: rgb(24,89,134); }
div.DivClassName
{
background-color: #185986;
}
.BgClassName
{
background-color: #185986;
}
</style>
border-color css
<style>
span { border-color: #185986; }
span { border-color: rgb(24,89,134); }
td.TdClassName
{
border-color: #185986;
}
.TagClassName
{
border-color: #185986;
}
</style>