Shades of Dark Cerulean #0C4270
Tints of Dark Cerulean #0C4270
RGB
CMYK
RGB Variations
Color information
#0C4270 (or 0x0C4270) is known color: Dark Cerulean. HEX triplet: 0C, 42 and 70. RGB value is (12,66,112). Sum of RGB (Red+Green+Blue) = 12+66+112=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #0C4270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4270 is #F3BD8F. Grayscale: #363636. Windows color (decimal): -15973776 or 7356940. OLE color: 7356940.
HSL color Cylindrical-coordinate representation of color #0C4270: hue angle of 207.6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C4270 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 66 | 112 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.56 |
| HSL | 207.6º | 0.81% | 0.24% | - |
| HSV(B) | 207.6º | 0.89% | 0.44% | - |
| XYZ | 5.02 | 5.14 | 16.06 | - |
| YUV | 55.1 | 160.11 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 66 | 112 | 0.89 | 0.41 | 0 | 0.56 | 207.6 | 0.81 | 0.24 |
| Hex | C | 42 | 70 | 59 | 29 | 0 | 38 | D0 | 51 | 18 |
| Octal | 14 | 102 | 160 | 131 | 51 | 0 | 70 | 320 | 121 | 30 |
| Binary | 1100 | 1000010 | 1110000 | 1011001 | 101001 | 0 | 111000 | 11010000 | 1010001 | 11000 |
Color Harmonies of #0C4270
Complementary color
Monochromatic Colors of #0C4270
Black with #0C4270
Text Example
Text Example
White with #0C4270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4270; }
p { color: rgb(12,66,112); }
H1.HeaderClassName
{
color: #0C4270;
}
.AnyTagClassName
{
color: #0C4270;
}
</style>
background-color css
<style>
a { background-color: #0C4270; }
a { background-color: rgb(12,66,112); }
div.DivClassName
{
background-color: #0C4270;
}
.BgClassName
{
background-color: #0C4270;
}
</style>
border-color css
<style>
span { border-color: #0C4270; }
span { border-color: rgb(12,66,112); }
td.TdClassName
{
border-color: #0C4270;
}
.TagClassName
{
border-color: #0C4270;
}
</style>