Shades of Dark Cerulean #0C476C
Tints of Dark Cerulean #0C476C
RGB
CMYK
RGB Variations
Color information
#0C476C (or 0x0C476C) is known color: Dark Cerulean. HEX triplet: 0C, 47 and 6C. RGB value is (12,71,108). Sum of RGB (Red+Green+Blue) = 12+71+108=191 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.28% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #0C476C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C476C is #F3B893. Grayscale: #393939. Windows color (decimal): -15972500 or 7096076. OLE color: 7096076.
HSL color Cylindrical-coordinate representation of color #0C476C: hue angle of 203.12º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C476C is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 71 | 108 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.58 |
| HSL | 203.13º | 0.8% | 0.24% | - |
| HSV(B) | 203.13º | 0.89% | 0.42% | - |
| XYZ | 5.11 | 5.67 | 15.01 | - |
| YUV | 57.58 | 156.45 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 71 | 108 | 0.89 | 0.34 | 0 | 0.58 | 203.13 | 0.8 | 0.24 |
| Hex | C | 47 | 6C | 59 | 22 | 0 | 3A | CB | 50 | 18 |
| Octal | 14 | 107 | 154 | 131 | 42 | 0 | 72 | 313 | 120 | 30 |
| Binary | 1100 | 1000111 | 1101100 | 1011001 | 100010 | 0 | 111010 | 11001011 | 1010000 | 11000 |
Color Harmonies of #0C476C
Complementary color
Monochromatic Colors of #0C476C
Black with #0C476C
Text Example
Text Example
White with #0C476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C476C; }
p { color: rgb(12,71,108); }
H1.HeaderClassName
{
color: #0C476C;
}
.AnyTagClassName
{
color: #0C476C;
}
</style>
background-color css
<style>
a { background-color: #0C476C; }
a { background-color: rgb(12,71,108); }
div.DivClassName
{
background-color: #0C476C;
}
.BgClassName
{
background-color: #0C476C;
}
</style>
border-color css
<style>
span { border-color: #0C476C; }
span { border-color: rgb(12,71,108); }
td.TdClassName
{
border-color: #0C476C;
}
.TagClassName
{
border-color: #0C476C;
}
</style>