Shades of Bahama Blue #0C5D89
Tints of Bahama Blue #0C5D89
RGB
CMYK
RGB Variations
Color information
#0C5D89 (or 0x0C5D89) is known color: Bahama Blue. HEX triplet: 0C, 5D and 89. RGB value is (12,93,137). Sum of RGB (Red+Green+Blue) = 12+93+137=242 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.96% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #0C5D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5D89 is #F3A276. Grayscale: #494949. Windows color (decimal): -15966839 or 9002252. OLE color: 9002252.
HSL color Cylindrical-coordinate representation of color #0C5D89: hue angle of 201.12º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C5D89 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 93 | 137 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.46 |
| HSL | 201.12º | 0.84% | 0.29% | - |
| HSV(B) | 201.12º | 0.91% | 0.54% | - |
| XYZ | 8.58 | 9.71 | 25.09 | - |
| YUV | 73.8 | 163.66 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 93 | 137 | 0.91 | 0.32 | 0 | 0.46 | 201.12 | 0.84 | 0.29 |
| Hex | C | 5D | 89 | 5B | 20 | 0 | 2E | C9 | 54 | 1D |
| Octal | 14 | 135 | 211 | 133 | 40 | 0 | 56 | 311 | 124 | 35 |
| Binary | 1100 | 1011101 | 10001001 | 1011011 | 100000 | 0 | 101110 | 11001001 | 1010100 | 11101 |
Color Harmonies of #0C5D89
Complementary color
Monochromatic Colors of #0C5D89
Black with #0C5D89
Text Example
Text Example
White with #0C5D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5D89; }
p { color: rgb(12,93,137); }
H1.HeaderClassName
{
color: #0C5D89;
}
.AnyTagClassName
{
color: #0C5D89;
}
</style>
background-color css
<style>
a { background-color: #0C5D89; }
a { background-color: rgb(12,93,137); }
div.DivClassName
{
background-color: #0C5D89;
}
.BgClassName
{
background-color: #0C5D89;
}
</style>
border-color css
<style>
span { border-color: #0C5D89; }
span { border-color: rgb(12,93,137); }
td.TdClassName
{
border-color: #0C5D89;
}
.TagClassName
{
border-color: #0C5D89;
}
</style>