Shades of Dark Cerulean #0C3A73
Tints of Dark Cerulean #0C3A73
RGB
CMYK
RGB Variations
Color information
#0C3A73 (or 0x0C3A73) is known color: Dark Cerulean. HEX triplet: 0C, 3A and 73. RGB value is (12,58,115). Sum of RGB (Red+Green+Blue) = 12+58+115=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #0C3A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3A73 is #F3C58C. Grayscale: #323232. Windows color (decimal): -15975821 or 7551500. OLE color: 7551500.
HSL color Cylindrical-coordinate representation of color #0C3A73: hue angle of 213.2º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C3A73 is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 12 | 58 | 115 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.55 |
| HSL | 213.2º | 0.81% | 0.25% | - |
| HSV(B) | 213.2º | 0.9% | 0.45% | - |
| XYZ | 4.76 | 4.34 | 16.81 | - |
| YUV | 50.74 | 164.26 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 58 | 115 | 0.90 | 0.50 | 0 | 0.55 | 213.2 | 0.81 | 0.25 |
| Hex | C | 3A | 73 | 5A | 32 | 0 | 37 | D5 | 51 | 19 |
| Octal | 14 | 72 | 163 | 132 | 62 | 0 | 67 | 325 | 121 | 31 |
| Binary | 1100 | 111010 | 1110011 | 1011010 | 110010 | 0 | 110111 | 11010101 | 1010001 | 11001 |
Color Harmonies of #0C3A73
Complementary color
Monochromatic Colors of #0C3A73
Black with #0C3A73
Text Example
Text Example
White with #0C3A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3A73; }
p { color: rgb(12,58,115); }
H1.HeaderClassName
{
color: #0C3A73;
}
.AnyTagClassName
{
color: #0C3A73;
}
</style>
background-color css
<style>
a { background-color: #0C3A73; }
a { background-color: rgb(12,58,115); }
div.DivClassName
{
background-color: #0C3A73;
}
.BgClassName
{
background-color: #0C3A73;
}
</style>
border-color css
<style>
span { border-color: #0C3A73; }
span { border-color: rgb(12,58,115); }
td.TdClassName
{
border-color: #0C3A73;
}
.TagClassName
{
border-color: #0C3A73;
}
</style>