Shades of Dark Cerulean #0C4973
Tints of Dark Cerulean #0C4973
RGB
CMYK
RGB Variations
Color information
#0C4973 (or 0x0C4973) is known color: Dark Cerulean. HEX triplet: 0C, 49 and 73. RGB value is (12,73,115). Sum of RGB (Red+Green+Blue) = 12+73+115=200 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #0C4973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4973 is #F3B68C. Grayscale: #3B3B3B. Windows color (decimal): -15971981 or 7555340. OLE color: 7555340.
HSL color Cylindrical-coordinate representation of color #0C4973: hue angle of 204.47º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C4973 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 12 | 73 | 115 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.55 |
| HSL | 204.47º | 0.81% | 0.25% | - |
| HSV(B) | 204.47º | 0.9% | 0.45% | - |
| XYZ | 5.63 | 6.08 | 17.1 | - |
| YUV | 59.55 | 159.29 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 73 | 115 | 0.90 | 0.37 | 0 | 0.55 | 204.47 | 0.81 | 0.25 |
| Hex | C | 49 | 73 | 5A | 25 | 0 | 37 | CC | 51 | 19 |
| Octal | 14 | 111 | 163 | 132 | 45 | 0 | 67 | 314 | 121 | 31 |
| Binary | 1100 | 1001001 | 1110011 | 1011010 | 100101 | 0 | 110111 | 11001100 | 1010001 | 11001 |
Color Harmonies of #0C4973
Complementary color
Monochromatic Colors of #0C4973
Black with #0C4973
Text Example
Text Example
White with #0C4973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4973; }
p { color: rgb(12,73,115); }
H1.HeaderClassName
{
color: #0C4973;
}
.AnyTagClassName
{
color: #0C4973;
}
</style>
background-color css
<style>
a { background-color: #0C4973; }
a { background-color: rgb(12,73,115); }
div.DivClassName
{
background-color: #0C4973;
}
.BgClassName
{
background-color: #0C4973;
}
</style>
border-color css
<style>
span { border-color: #0C4973; }
span { border-color: rgb(12,73,115); }
td.TdClassName
{
border-color: #0C4973;
}
.TagClassName
{
border-color: #0C4973;
}
</style>