Shades of Dark Cerulean #0C4786
Tints of Dark Cerulean #0C4786
RGB
CMYK
RGB Variations
Color information
#0C4786 (or 0x0C4786) is known color: Dark Cerulean. HEX triplet: 0C, 47 and 86. RGB value is (12,71,134). Sum of RGB (Red+Green+Blue) = 12+71+134=217 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.53% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 134 (52.73% from 255 or 61.75% from 217); Max value from RGB is 134 - color contains mainly: blue. Hex color #0C4786 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4786 is #F3B879. Grayscale: #3C3C3C. Windows color (decimal): -15972474 or 8800012. OLE color: 8800012.
HSL color Cylindrical-coordinate representation of color #0C4786: hue angle of 210.98º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C4786 is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 71 | 134 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.47 |
| HSL | 210.98º | 0.84% | 0.29% | - |
| HSV(B) | 210.98º | 0.91% | 0.53% | - |
| XYZ | 6.71 | 6.31 | 23.42 | - |
| YUV | 60.54 | 169.45 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 71 | 134 | 0.91 | 0.47 | 0 | 0.47 | 210.98 | 0.84 | 0.29 |
| Hex | C | 47 | 86 | 5B | 2F | 0 | 2F | D3 | 54 | 1D |
| Octal | 14 | 107 | 206 | 133 | 57 | 0 | 57 | 323 | 124 | 35 |
| Binary | 1100 | 1000111 | 10000110 | 1011011 | 101111 | 0 | 101111 | 11010011 | 1010100 | 11101 |
Color Harmonies of #0C4786
Complementary color
Monochromatic Colors of #0C4786
Black with #0C4786
Text Example
Text Example
White with #0C4786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4786; }
p { color: rgb(12,71,134); }
H1.HeaderClassName
{
color: #0C4786;
}
.AnyTagClassName
{
color: #0C4786;
}
</style>
background-color css
<style>
a { background-color: #0C4786; }
a { background-color: rgb(12,71,134); }
div.DivClassName
{
background-color: #0C4786;
}
.BgClassName
{
background-color: #0C4786;
}
</style>
border-color css
<style>
span { border-color: #0C4786; }
span { border-color: rgb(12,71,134); }
td.TdClassName
{
border-color: #0C4786;
}
.TagClassName
{
border-color: #0C4786;
}
</style>