Shades of Dark Cerulean #0C4077
Tints of Dark Cerulean #0C4077
RGB
CMYK
RGB Variations
Color information
#0C4077 (or 0x0C4077) is known color: Dark Cerulean. HEX triplet: 0C, 40 and 77. RGB value is (12,64,119). Sum of RGB (Red+Green+Blue) = 12+64+119=195 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.15% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 119 (46.88% from 255 or 61.03% from 195); Max value from RGB is 119 - color contains mainly: blue. Hex color #0C4077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4077 is #F3BF88. Grayscale: #363636. Windows color (decimal): -15974281 or 7815180. OLE color: 7815180.
HSL color Cylindrical-coordinate representation of color #0C4077: hue angle of 210.84º 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 #0C4077 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 64 | 119 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.53 |
| HSL | 210.84º | 0.82% | 0.26% | - |
| HSV(B) | 210.84º | 0.9% | 0.47% | - |
| XYZ | 5.31 | 5.08 | 18.15 | - |
| YUV | 54.72 | 164.27 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 64 | 119 | 0.90 | 0.46 | 0 | 0.53 | 210.84 | 0.82 | 0.26 |
| Hex | C | 40 | 77 | 5A | 2E | 0 | 35 | D3 | 52 | 1A |
| Octal | 14 | 100 | 167 | 132 | 56 | 0 | 65 | 323 | 122 | 32 |
| Binary | 1100 | 1000000 | 1110111 | 1011010 | 101110 | 0 | 110101 | 11010011 | 1010010 | 11010 |
Color Harmonies of #0C4077
Complementary color
Monochromatic Colors of #0C4077
Black with #0C4077
Text Example
Text Example
White with #0C4077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4077; }
p { color: rgb(12,64,119); }
H1.HeaderClassName
{
color: #0C4077;
}
.AnyTagClassName
{
color: #0C4077;
}
</style>
background-color css
<style>
a { background-color: #0C4077; }
a { background-color: rgb(12,64,119); }
div.DivClassName
{
background-color: #0C4077;
}
.BgClassName
{
background-color: #0C4077;
}
</style>
border-color css
<style>
span { border-color: #0C4077; }
span { border-color: rgb(12,64,119); }
td.TdClassName
{
border-color: #0C4077;
}
.TagClassName
{
border-color: #0C4077;
}
</style>