Shades of Dark Cerulean #0C4795
Tints of Dark Cerulean #0C4795
RGB
CMYK
RGB Variations
Color information
#0C4795 (or 0x0C4795) is known color: Dark Cerulean. HEX triplet: 0C, 47 and 95. RGB value is (12,71,149). Sum of RGB (Red+Green+Blue) = 12+71+149=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #0C4795 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4795 is #F3B86A. Grayscale: #3D3D3D. Windows color (decimal): -15972459 or 9783052. OLE color: 9783052.
HSL color Cylindrical-coordinate representation of color #0C4795: hue angle of 214.16º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C4795 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 71 | 149 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.42 |
| HSL | 214.16º | 0.85% | 0.32% | - |
| HSV(B) | 214.16º | 0.92% | 0.58% | - |
| XYZ | 7.83 | 6.75 | 29.32 | - |
| YUV | 62.25 | 176.95 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 71 | 149 | 0.92 | 0.52 | 0 | 0.42 | 214.16 | 0.85 | 0.32 |
| Hex | C | 47 | 95 | 5C | 34 | 0 | 2A | D6 | 55 | 20 |
| Octal | 14 | 107 | 225 | 134 | 64 | 0 | 52 | 326 | 125 | 40 |
| Binary | 1100 | 1000111 | 10010101 | 1011100 | 110100 | 0 | 101010 | 11010110 | 1010101 | 100000 |
Color Harmonies of #0C4795
Complementary color
Monochromatic Colors of #0C4795
Black with #0C4795
Text Example
Text Example
White with #0C4795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4795; }
p { color: rgb(12,71,149); }
H1.HeaderClassName
{
color: #0C4795;
}
.AnyTagClassName
{
color: #0C4795;
}
</style>
background-color css
<style>
a { background-color: #0C4795; }
a { background-color: rgb(12,71,149); }
div.DivClassName
{
background-color: #0C4795;
}
.BgClassName
{
background-color: #0C4795;
}
</style>
border-color css
<style>
span { border-color: #0C4795; }
span { border-color: rgb(12,71,149); }
td.TdClassName
{
border-color: #0C4795;
}
.TagClassName
{
border-color: #0C4795;
}
</style>