Shades of Bahama Blue #0B5D89
Tints of Bahama Blue #0B5D89
RGB
CMYK
RGB Variations
Color information
#0B5D89 (or 0x0B5D89) is known color: Bahama Blue. HEX triplet: 0B, 5D and 89. RGB value is (11,93,137). Sum of RGB (Red+Green+Blue) = 11+93+137=241 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.56% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #0B5D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5D89 is #F4A276. Grayscale: #494949. Windows color (decimal): -16032375 or 9002251. OLE color: 9002251.
HSL color Cylindrical-coordinate representation of color #0B5D89: hue angle of 200.95º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B5D89 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 11 | 93 | 137 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.46 |
| HSL | 200.95º | 0.85% | 0.29% | - |
| HSV(B) | 200.95º | 0.92% | 0.54% | - |
| XYZ | 8.57 | 9.71 | 25.09 | - |
| YUV | 73.5 | 163.83 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 93 | 137 | 0.92 | 0.32 | 0 | 0.46 | 200.95 | 0.85 | 0.29 |
| Hex | B | 5D | 89 | 5C | 20 | 0 | 2E | C9 | 55 | 1D |
| Octal | 13 | 135 | 211 | 134 | 40 | 0 | 56 | 311 | 125 | 35 |
| Binary | 1011 | 1011101 | 10001001 | 1011100 | 100000 | 0 | 101110 | 11001001 | 1010101 | 11101 |
Color Harmonies of #0B5D89
Complementary color
Monochromatic Colors of #0B5D89
Black with #0B5D89
Text Example
Text Example
White with #0B5D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5D89; }
p { color: rgb(11,93,137); }
H1.HeaderClassName
{
color: #0B5D89;
}
.AnyTagClassName
{
color: #0B5D89;
}
</style>
background-color css
<style>
a { background-color: #0B5D89; }
a { background-color: rgb(11,93,137); }
div.DivClassName
{
background-color: #0B5D89;
}
.BgClassName
{
background-color: #0B5D89;
}
</style>
border-color css
<style>
span { border-color: #0B5D89; }
span { border-color: rgb(11,93,137); }
td.TdClassName
{
border-color: #0B5D89;
}
.TagClassName
{
border-color: #0B5D89;
}
</style>