Shades of Dark Cerulean #0C4C73
Tints of Dark Cerulean #0C4C73
RGB
CMYK
RGB Variations
Color information
#0C4C73 (or 0x0C4C73) is known color: Dark Cerulean. HEX triplet: 0C, 4C and 73. RGB value is (12,76,115). Sum of RGB (Red+Green+Blue) = 12+76+115=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #0C4C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4C73 is #F3B38C. Grayscale: #3D3D3D. Windows color (decimal): -15971213 or 7556108. OLE color: 7556108.
HSL color Cylindrical-coordinate representation of color #0C4C73: hue angle of 202.72º 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 #0C4C73 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 12 | 76 | 115 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.55 |
| HSL | 202.72º | 0.81% | 0.25% | - |
| HSV(B) | 202.72º | 0.9% | 0.45% | - |
| XYZ | 5.83 | 6.48 | 17.16 | - |
| YUV | 61.31 | 158.3 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 76 | 115 | 0.90 | 0.34 | 0 | 0.55 | 202.72 | 0.81 | 0.25 |
| Hex | C | 4C | 73 | 5A | 22 | 0 | 37 | CB | 51 | 19 |
| Octal | 14 | 114 | 163 | 132 | 42 | 0 | 67 | 313 | 121 | 31 |
| Binary | 1100 | 1001100 | 1110011 | 1011010 | 100010 | 0 | 110111 | 11001011 | 1010001 | 11001 |
Color Harmonies of #0C4C73
Complementary color
Monochromatic Colors of #0C4C73
Black with #0C4C73
Text Example
Text Example
White with #0C4C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4C73; }
p { color: rgb(12,76,115); }
H1.HeaderClassName
{
color: #0C4C73;
}
.AnyTagClassName
{
color: #0C4C73;
}
</style>
background-color css
<style>
a { background-color: #0C4C73; }
a { background-color: rgb(12,76,115); }
div.DivClassName
{
background-color: #0C4C73;
}
.BgClassName
{
background-color: #0C4C73;
}
</style>
border-color css
<style>
span { border-color: #0C4C73; }
span { border-color: rgb(12,76,115); }
td.TdClassName
{
border-color: #0C4C73;
}
.TagClassName
{
border-color: #0C4C73;
}
</style>