Shades of Dark Cerulean #0C4879
Tints of Dark Cerulean #0C4879
RGB
CMYK
RGB Variations
Color information
#0C4879 (or 0x0C4879) is known color: Dark Cerulean. HEX triplet: 0C, 48 and 79. RGB value is (12,72,121). Sum of RGB (Red+Green+Blue) = 12+72+121=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #0C4879 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4879 is #F3B786. Grayscale: #3B3B3B. Windows color (decimal): -15972231 or 7948300. OLE color: 7948300.
HSL color Cylindrical-coordinate representation of color #0C4879: hue angle of 206.97º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C4879 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 72 | 121 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.53 |
| HSL | 206.97º | 0.82% | 0.26% | - |
| HSV(B) | 206.97º | 0.9% | 0.47% | - |
| XYZ | 5.92 | 6.09 | 18.95 | - |
| YUV | 59.65 | 162.62 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 72 | 121 | 0.90 | 0.40 | 0 | 0.53 | 206.97 | 0.82 | 0.26 |
| Hex | C | 48 | 79 | 5A | 28 | 0 | 35 | CF | 52 | 1A |
| Octal | 14 | 110 | 171 | 132 | 50 | 0 | 65 | 317 | 122 | 32 |
| Binary | 1100 | 1001000 | 1111001 | 1011010 | 101000 | 0 | 110101 | 11001111 | 1010010 | 11010 |
Color Harmonies of #0C4879
Complementary color
Monochromatic Colors of #0C4879
Black with #0C4879
Text Example
Text Example
White with #0C4879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4879; }
p { color: rgb(12,72,121); }
H1.HeaderClassName
{
color: #0C4879;
}
.AnyTagClassName
{
color: #0C4879;
}
</style>
background-color css
<style>
a { background-color: #0C4879; }
a { background-color: rgb(12,72,121); }
div.DivClassName
{
background-color: #0C4879;
}
.BgClassName
{
background-color: #0C4879;
}
</style>
border-color css
<style>
span { border-color: #0C4879; }
span { border-color: rgb(12,72,121); }
td.TdClassName
{
border-color: #0C4879;
}
.TagClassName
{
border-color: #0C4879;
}
</style>