Shades of Dark Cerulean #0C508F
Tints of Dark Cerulean #0C508F
RGB
CMYK
RGB Variations
Color information
#0C508F (or 0x0C508F) is known color: Dark Cerulean. HEX triplet: 0C, 50 and 8F. RGB value is (12,80,143). Sum of RGB (Red+Green+Blue) = 12+80+143=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 143 (56.25% from 255 or 60.85% from 235); Max value from RGB is 143 - color contains mainly: blue. Hex color #0C508F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C508F is #F3AF70. Grayscale: #424242. Windows color (decimal): -15970161 or 9392140. OLE color: 9392140.
HSL color Cylindrical-coordinate representation of color #0C508F: hue angle of 208.85º 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 #0C508F is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 80 | 143 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.44 |
| HSL | 208.86º | 0.85% | 0.3% | - |
| HSV(B) | 208.86º | 0.92% | 0.56% | - |
| XYZ | 7.98 | 7.8 | 27.07 | - |
| YUV | 66.85 | 170.97 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 80 | 143 | 0.92 | 0.44 | 0 | 0.44 | 208.86 | 0.85 | 0.3 |
| Hex | C | 50 | 8F | 5C | 2C | 0 | 2C | D1 | 55 | 1E |
| Octal | 14 | 120 | 217 | 134 | 54 | 0 | 54 | 321 | 125 | 36 |
| Binary | 1100 | 1010000 | 10001111 | 1011100 | 101100 | 0 | 101100 | 11010001 | 1010101 | 11110 |
Color Harmonies of #0C508F
Complementary color
Monochromatic Colors of #0C508F
Black with #0C508F
Text Example
Text Example
White with #0C508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C508F; }
p { color: rgb(12,80,143); }
H1.HeaderClassName
{
color: #0C508F;
}
.AnyTagClassName
{
color: #0C508F;
}
</style>
background-color css
<style>
a { background-color: #0C508F; }
a { background-color: rgb(12,80,143); }
div.DivClassName
{
background-color: #0C508F;
}
.BgClassName
{
background-color: #0C508F;
}
</style>
border-color css
<style>
span { border-color: #0C508F; }
span { border-color: rgb(12,80,143); }
td.TdClassName
{
border-color: #0C508F;
}
.TagClassName
{
border-color: #0C508F;
}
</style>