Shades of Dark Cerulean #0C4080
Tints of Dark Cerulean #0C4080
RGB
CMYK
RGB Variations
Color information
#0C4080 (or 0x0C4080) is known color: Dark Cerulean. HEX triplet: 0C, 40 and 80. RGB value is (12,64,128). Sum of RGB (Red+Green+Blue) = 12+64+128=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 128 (50.39% from 255 or 62.75% from 204); Max value from RGB is 128 - color contains mainly: blue. Hex color #0C4080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4080 is #F3BF7F. Grayscale: #373737. Windows color (decimal): -15974272 or 8405004. OLE color: 8405004.
HSL color Cylindrical-coordinate representation of color #0C4080: hue angle of 213.1º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C4080 is Cyan = 0.91, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 12 | 64 | 128 | - |
| CMYK | 0.91 | 0.5 | 0 | 0.50 |
| HSL | 213.1º | 0.83% | 0.27% | - |
| HSV(B) | 213.1º | 0.91% | 0.5% | - |
| XYZ | 5.88 | 5.3 | 21.14 | - |
| YUV | 55.75 | 168.77 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 64 | 128 | 0.91 | 0.5 | 0 | 0.50 | 213.1 | 0.83 | 0.27 |
| Hex | C | 40 | 80 | 5B | 32 | 0 | 32 | D5 | 53 | 1B |
| Octal | 14 | 100 | 200 | 133 | 62 | 0 | 62 | 325 | 123 | 33 |
| Binary | 1100 | 1000000 | 10000000 | 1011011 | 110010 | 0 | 110010 | 11010101 | 1010011 | 11011 |
Color Harmonies of #0C4080
Complementary color
Monochromatic Colors of #0C4080
Black with #0C4080
Text Example
Text Example
White with #0C4080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4080; }
p { color: rgb(12,64,128); }
H1.HeaderClassName
{
color: #0C4080;
}
.AnyTagClassName
{
color: #0C4080;
}
</style>
background-color css
<style>
a { background-color: #0C4080; }
a { background-color: rgb(12,64,128); }
div.DivClassName
{
background-color: #0C4080;
}
.BgClassName
{
background-color: #0C4080;
}
</style>
border-color css
<style>
span { border-color: #0C4080; }
span { border-color: rgb(12,64,128); }
td.TdClassName
{
border-color: #0C4080;
}
.TagClassName
{
border-color: #0C4080;
}
</style>