Shades of Bahama Blue #0C608F
Tints of Bahama Blue #0C608F
RGB
CMYK
RGB Variations
Color information
#0C608F (or 0x0C608F) is known color: Bahama Blue. HEX triplet: 0C, 60 and 8F. RGB value is (12,96,143). Sum of RGB (Red+Green+Blue) = 12+96+143=251 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.78% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 143 (56.25% from 255 or 56.97% from 251); Max value from RGB is 143 - color contains mainly: blue. Hex color #0C608F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C608F is #F39F70. Grayscale: #4B4B4B. Windows color (decimal): -15966065 or 9396236. OLE color: 9396236.
HSL color Cylindrical-coordinate representation of color #0C608F: hue angle of 201.53º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C608F is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 96 | 143 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.44 |
| HSL | 201.53º | 0.85% | 0.3% | - |
| HSV(B) | 201.53º | 0.92% | 0.56% | - |
| XYZ | 9.29 | 10.43 | 27.51 | - |
| YUV | 76.24 | 165.67 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 96 | 143 | 0.92 | 0.33 | 0 | 0.44 | 201.53 | 0.85 | 0.3 |
| Hex | C | 60 | 8F | 5C | 21 | 0 | 2C | CA | 55 | 1E |
| Octal | 14 | 140 | 217 | 134 | 41 | 0 | 54 | 312 | 125 | 36 |
| Binary | 1100 | 1100000 | 10001111 | 1011100 | 100001 | 0 | 101100 | 11001010 | 1010101 | 11110 |
Color Harmonies of #0C608F
Complementary color
Monochromatic Colors of #0C608F
Black with #0C608F
Text Example
Text Example
White with #0C608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C608F; }
p { color: rgb(12,96,143); }
H1.HeaderClassName
{
color: #0C608F;
}
.AnyTagClassName
{
color: #0C608F;
}
</style>
background-color css
<style>
a { background-color: #0C608F; }
a { background-color: rgb(12,96,143); }
div.DivClassName
{
background-color: #0C608F;
}
.BgClassName
{
background-color: #0C608F;
}
</style>
border-color css
<style>
span { border-color: #0C608F; }
span { border-color: rgb(12,96,143); }
td.TdClassName
{
border-color: #0C608F;
}
.TagClassName
{
border-color: #0C608F;
}
</style>