Shades of Midnight Blue #0C1970
Tints of Midnight Blue #0C1970
RGB
CMYK
RGB Variations
Color information
#0C1970 (or 0x0C1970) is known color: Midnight Blue. HEX triplet: 0C, 19 and 70. RGB value is (12,25,112). Sum of RGB (Red+Green+Blue) = 12+25+112=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 112 (44.14% from 255 or 75.17% from 149); Max value from RGB is 112 - color contains mainly: blue. Hex color #0C1970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1970 is #F3E68F. Grayscale: #1E1E1E. Windows color (decimal): -15984272 or 7346444. OLE color: 7346444.
HSL color Cylindrical-coordinate representation of color #0C1970: hue angle of 232.2º 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 #0C1970 is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 25 | 112 | - |
| CMYK | 0.89 | 0.78 | 0 | 0.56 |
| HSL | 232.2º | 0.81% | 0.24% | - |
| HSV(B) | 232.2º | 0.89% | 0.44% | - |
| XYZ | 3.42 | 1.94 | 15.52 | - |
| YUV | 31.03 | 173.69 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 25 | 112 | 0.89 | 0.78 | 0 | 0.56 | 232.2 | 0.81 | 0.24 |
| Hex | C | 19 | 70 | 59 | 4E | 0 | 38 | E8 | 51 | 18 |
| Octal | 14 | 31 | 160 | 131 | 116 | 0 | 70 | 350 | 121 | 30 |
| Binary | 1100 | 11001 | 1110000 | 1011001 | 1001110 | 0 | 111000 | 11101000 | 1010001 | 11000 |
Color Harmonies of #0C1970
Complementary color
Monochromatic Colors of #0C1970
Black with #0C1970
Text Example
Text Example
White with #0C1970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1970; }
p { color: rgb(12,25,112); }
H1.HeaderClassName
{
color: #0C1970;
}
.AnyTagClassName
{
color: #0C1970;
}
</style>
background-color css
<style>
a { background-color: #0C1970; }
a { background-color: rgb(12,25,112); }
div.DivClassName
{
background-color: #0C1970;
}
.BgClassName
{
background-color: #0C1970;
}
</style>
border-color css
<style>
span { border-color: #0C1970; }
span { border-color: rgb(12,25,112); }
td.TdClassName
{
border-color: #0C1970;
}
.TagClassName
{
border-color: #0C1970;
}
</style>