Shades of Bahama Blue #185688
Tints of Bahama Blue #185688
RGB
CMYK
RGB Variations
Color information
#185688 (or 0x185688) is known color: Bahama Blue. HEX triplet: 18, 56 and 88. RGB value is (24,86,136). Sum of RGB (Red+Green+Blue) = 24+86+136=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 136 (53.52% from 255 or 55.28% from 246); Max value from RGB is 136 - color contains mainly: blue. Hex color #185688 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185688 is #E7A977. Grayscale: #484848. Windows color (decimal): -15182200 or 8934936. OLE color: 8934936.
HSL color Cylindrical-coordinate representation of color #185688: hue angle of 206.79º 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 #185688 is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 86 | 136 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.47 |
| HSL | 206.79º | 0.7% | 0.31% | - |
| HSV(B) | 206.79º | 0.82% | 0.53% | - |
| XYZ | 8.15 | 8.63 | 24.53 | - |
| YUV | 73.16 | 163.46 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 86 | 136 | 0.82 | 0.37 | 0 | 0.47 | 206.79 | 0.7 | 0.31 |
| Hex | 18 | 56 | 88 | 52 | 25 | 0 | 2F | CF | 46 | 1F |
| Octal | 30 | 126 | 210 | 122 | 45 | 0 | 57 | 317 | 106 | 37 |
| Binary | 11000 | 1010110 | 10001000 | 1010010 | 100101 | 0 | 101111 | 11001111 | 1000110 | 11111 |
Color Harmonies of #185688
Complementary color
Monochromatic Colors of #185688
Black with #185688
Text Example
Text Example
White with #185688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185688; }
p { color: rgb(24,86,136); }
H1.HeaderClassName
{
color: #185688;
}
.AnyTagClassName
{
color: #185688;
}
</style>
background-color css
<style>
a { background-color: #185688; }
a { background-color: rgb(24,86,136); }
div.DivClassName
{
background-color: #185688;
}
.BgClassName
{
background-color: #185688;
}
</style>
border-color css
<style>
span { border-color: #185688; }
span { border-color: rgb(24,86,136); }
td.TdClassName
{
border-color: #185688;
}
.TagClassName
{
border-color: #185688;
}
</style>