Shades of Dark Cerulean #0C4970
Tints of Dark Cerulean #0C4970
RGB
CMYK
RGB Variations
Color information
#0C4970 (or 0x0C4970) is known color: Dark Cerulean. HEX triplet: 0C, 49 and 70. RGB value is (12,73,112). Sum of RGB (Red+Green+Blue) = 12+73+112=197 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.09% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #0C4970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4970 is #F3B68F. Grayscale: #3A3A3A. Windows color (decimal): -15971984 or 7358732. OLE color: 7358732.
HSL color Cylindrical-coordinate representation of color #0C4970: hue angle of 203.4º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C4970 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 73 | 112 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.56 |
| HSL | 203.4º | 0.81% | 0.24% | - |
| HSV(B) | 203.4º | 0.89% | 0.44% | - |
| XYZ | 5.46 | 6.01 | 16.2 | - |
| YUV | 59.21 | 157.79 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 73 | 112 | 0.89 | 0.35 | 0 | 0.56 | 203.4 | 0.81 | 0.24 |
| Hex | C | 49 | 70 | 59 | 23 | 0 | 38 | CB | 51 | 18 |
| Octal | 14 | 111 | 160 | 131 | 43 | 0 | 70 | 313 | 121 | 30 |
| Binary | 1100 | 1001001 | 1110000 | 1011001 | 100011 | 0 | 111000 | 11001011 | 1010001 | 11000 |
Color Harmonies of #0C4970
Complementary color
Monochromatic Colors of #0C4970
Black with #0C4970
Text Example
Text Example
White with #0C4970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4970; }
p { color: rgb(12,73,112); }
H1.HeaderClassName
{
color: #0C4970;
}
.AnyTagClassName
{
color: #0C4970;
}
</style>
background-color css
<style>
a { background-color: #0C4970; }
a { background-color: rgb(12,73,112); }
div.DivClassName
{
background-color: #0C4970;
}
.BgClassName
{
background-color: #0C4970;
}
</style>
border-color css
<style>
span { border-color: #0C4970; }
span { border-color: rgb(12,73,112); }
td.TdClassName
{
border-color: #0C4970;
}
.TagClassName
{
border-color: #0C4970;
}
</style>