Shades of Bahama Blue #185186
Tints of Bahama Blue #185186
RGB
CMYK
RGB Variations
Color information
#185186 (or 0x185186) is known color: Bahama Blue. HEX triplet: 18, 51 and 86. RGB value is (24,81,134). Sum of RGB (Red+Green+Blue) = 24+81+134=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 134 (52.73% from 255 or 56.07% from 239); Max value from RGB is 134 - color contains mainly: blue. Hex color #185186 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185186 is #E7AE79. Grayscale: #454545. Windows color (decimal): -15183482 or 8802584. OLE color: 8802584.
HSL color Cylindrical-coordinate representation of color #185186: hue angle of 208.91º 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 #185186 is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 81 | 134 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.47 |
| HSL | 208.91º | 0.7% | 0.31% | - |
| HSV(B) | 208.91º | 0.82% | 0.53% | - |
| XYZ | 7.62 | 7.8 | 23.66 | - |
| YUV | 70 | 164.12 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 81 | 134 | 0.82 | 0.40 | 0 | 0.47 | 208.91 | 0.7 | 0.31 |
| Hex | 18 | 51 | 86 | 52 | 28 | 0 | 2F | D1 | 46 | 1F |
| Octal | 30 | 121 | 206 | 122 | 50 | 0 | 57 | 321 | 106 | 37 |
| Binary | 11000 | 1010001 | 10000110 | 1010010 | 101000 | 0 | 101111 | 11010001 | 1000110 | 11111 |
Color Harmonies of #185186
Complementary color
Monochromatic Colors of #185186
Black with #185186
Text Example
Text Example
White with #185186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185186; }
p { color: rgb(24,81,134); }
H1.HeaderClassName
{
color: #185186;
}
.AnyTagClassName
{
color: #185186;
}
</style>
background-color css
<style>
a { background-color: #185186; }
a { background-color: rgb(24,81,134); }
div.DivClassName
{
background-color: #185186;
}
.BgClassName
{
background-color: #185186;
}
</style>
border-color css
<style>
span { border-color: #185186; }
span { border-color: rgb(24,81,134); }
td.TdClassName
{
border-color: #185186;
}
.TagClassName
{
border-color: #185186;
}
</style>