Shades of Bahama Blue #0C5E8B
Tints of Bahama Blue #0C5E8B
RGB
CMYK
RGB Variations
Color information
#0C5E8B (or 0x0C5E8B) is known color: Bahama Blue. HEX triplet: 0C, 5E and 8B. RGB value is (12,94,139). Sum of RGB (Red+Green+Blue) = 12+94+139=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C5E8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5E8B is #F3A174. Grayscale: #4A4A4A. Windows color (decimal): -15966581 or 9133580. OLE color: 9133580.
HSL color Cylindrical-coordinate representation of color #0C5E8B: hue angle of 201.26º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C5E8B is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 94 | 139 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.45 |
| HSL | 201.26º | 0.84% | 0.3% | - |
| HSV(B) | 201.26º | 0.91% | 0.55% | - |
| XYZ | 8.81 | 9.95 | 25.88 | - |
| YUV | 74.61 | 164.33 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 94 | 139 | 0.91 | 0.32 | 0 | 0.45 | 201.26 | 0.84 | 0.3 |
| Hex | C | 5E | 8B | 5B | 20 | 0 | 2D | C9 | 54 | 1E |
| Octal | 14 | 136 | 213 | 133 | 40 | 0 | 55 | 311 | 124 | 36 |
| Binary | 1100 | 1011110 | 10001011 | 1011011 | 100000 | 0 | 101101 | 11001001 | 1010100 | 11110 |
Color Harmonies of #0C5E8B
Complementary color
Monochromatic Colors of #0C5E8B
Black with #0C5E8B
Text Example
Text Example
White with #0C5E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5E8B; }
p { color: rgb(12,94,139); }
H1.HeaderClassName
{
color: #0C5E8B;
}
.AnyTagClassName
{
color: #0C5E8B;
}
</style>
background-color css
<style>
a { background-color: #0C5E8B; }
a { background-color: rgb(12,94,139); }
div.DivClassName
{
background-color: #0C5E8B;
}
.BgClassName
{
background-color: #0C5E8B;
}
</style>
border-color css
<style>
span { border-color: #0C5E8B; }
span { border-color: rgb(12,94,139); }
td.TdClassName
{
border-color: #0C5E8B;
}
.TagClassName
{
border-color: #0C5E8B;
}
</style>