Shades of Bahama Blue #0C5D91
Tints of Bahama Blue #0C5D91
RGB
CMYK
RGB Variations
Color information
#0C5D91 (or 0x0C5D91) is known color: Bahama Blue. HEX triplet: 0C, 5D and 91. RGB value is (12,93,145). Sum of RGB (Red+Green+Blue) = 12+93+145=250 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.8% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #0C5D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5D91 is #F3A26E. Grayscale: #4A4A4A. Windows color (decimal): -15966831 or 9526540. OLE color: 9526540.
HSL color Cylindrical-coordinate representation of color #0C5D91: hue angle of 203.46º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C5D91 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 93 | 145 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.43 |
| HSL | 203.46º | 0.85% | 0.31% | - |
| HSV(B) | 203.46º | 0.92% | 0.57% | - |
| XYZ | 9.18 | 9.95 | 28.23 | - |
| YUV | 74.71 | 167.66 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 93 | 145 | 0.92 | 0.36 | 0 | 0.43 | 203.46 | 0.85 | 0.31 |
| Hex | C | 5D | 91 | 5C | 24 | 0 | 2B | CB | 55 | 1F |
| Octal | 14 | 135 | 221 | 134 | 44 | 0 | 53 | 313 | 125 | 37 |
| Binary | 1100 | 1011101 | 10010001 | 1011100 | 100100 | 0 | 101011 | 11001011 | 1010101 | 11111 |
Color Harmonies of #0C5D91
Complementary color
Monochromatic Colors of #0C5D91
Black with #0C5D91
Text Example
Text Example
White with #0C5D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5D91; }
p { color: rgb(12,93,145); }
H1.HeaderClassName
{
color: #0C5D91;
}
.AnyTagClassName
{
color: #0C5D91;
}
</style>
background-color css
<style>
a { background-color: #0C5D91; }
a { background-color: rgb(12,93,145); }
div.DivClassName
{
background-color: #0C5D91;
}
.BgClassName
{
background-color: #0C5D91;
}
</style>
border-color css
<style>
span { border-color: #0C5D91; }
span { border-color: rgb(12,93,145); }
td.TdClassName
{
border-color: #0C5D91;
}
.TagClassName
{
border-color: #0C5D91;
}
</style>