Shades of Bahama Blue #185B86
Tints of Bahama Blue #185B86
RGB
CMYK
RGB Variations
Color information
#185B86 (or 0x185B86) is known color: Bahama Blue. HEX triplet: 18, 5B and 86. RGB value is (24,91,134). Sum of RGB (Red+Green+Blue) = 24+91+134=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #185B86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185B86 is #E7A479. Grayscale: #4B4B4B. Windows color (decimal): -15180922 or 8805144. OLE color: 8805144.
HSL color Cylindrical-coordinate representation of color #185B86: hue angle of 203.45º 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 #185B86 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 91 | 134 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.47 |
| HSL | 203.45º | 0.7% | 0.31% | - |
| HSV(B) | 203.45º | 0.82% | 0.53% | - |
| XYZ | 8.42 | 9.4 | 23.92 | - |
| YUV | 75.87 | 160.8 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 134 | 0.82 | 0.32 | 0 | 0.47 | 203.45 | 0.7 | 0.31 |
| Hex | 18 | 5B | 86 | 52 | 20 | 0 | 2F | CB | 46 | 1F |
| Octal | 30 | 133 | 206 | 122 | 40 | 0 | 57 | 313 | 106 | 37 |
| Binary | 11000 | 1011011 | 10000110 | 1010010 | 100000 | 0 | 101111 | 11001011 | 1000110 | 11111 |
Color Harmonies of #185B86
Complementary color
Monochromatic Colors of #185B86
Black with #185B86
Text Example
Text Example
White with #185B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185B86; }
p { color: rgb(24,91,134); }
H1.HeaderClassName
{
color: #185B86;
}
.AnyTagClassName
{
color: #185B86;
}
</style>
background-color css
<style>
a { background-color: #185B86; }
a { background-color: rgb(24,91,134); }
div.DivClassName
{
background-color: #185B86;
}
.BgClassName
{
background-color: #185B86;
}
</style>
border-color css
<style>
span { border-color: #185B86; }
span { border-color: rgb(24,91,134); }
td.TdClassName
{
border-color: #185B86;
}
.TagClassName
{
border-color: #185B86;
}
</style>