Shades of Midnight Blue #0C1370
Tints of Midnight Blue #0C1370
RGB
CMYK
RGB Variations
Color information
#0C1370 (or 0x0C1370) is known color: Midnight Blue. HEX triplet: 0C, 13 and 70. RGB value is (12,19,112). Sum of RGB (Red+Green+Blue) = 12+19+112=143 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.39% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 112 (44.14% from 255 or 78.32% from 143); Max value from RGB is 112 - color contains mainly: blue. Hex color #0C1370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1370 is #F3EC8F. Grayscale: #1B1B1B. Windows color (decimal): -15985808 or 7344908. OLE color: 7344908.
HSL color Cylindrical-coordinate representation of color #0C1370: hue angle of 235.8º 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 #0C1370 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 19 | 112 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.56 |
| HSL | 235.8º | 0.81% | 0.24% | - |
| HSV(B) | 235.8º | 0.89% | 0.44% | - |
| XYZ | 3.31 | 1.71 | 15.49 | - |
| YUV | 27.51 | 175.68 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 19 | 112 | 0.89 | 0.83 | 0 | 0.56 | 235.8 | 0.81 | 0.24 |
| Hex | C | 13 | 70 | 59 | 53 | 0 | 38 | EC | 51 | 18 |
| Octal | 14 | 23 | 160 | 131 | 123 | 0 | 70 | 354 | 121 | 30 |
| Binary | 1100 | 10011 | 1110000 | 1011001 | 1010011 | 0 | 111000 | 11101100 | 1010001 | 11000 |
Color Harmonies of #0C1370
Complementary color
Monochromatic Colors of #0C1370
Black with #0C1370
Text Example
Text Example
White with #0C1370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1370; }
p { color: rgb(12,19,112); }
H1.HeaderClassName
{
color: #0C1370;
}
.AnyTagClassName
{
color: #0C1370;
}
</style>
background-color css
<style>
a { background-color: #0C1370; }
a { background-color: rgb(12,19,112); }
div.DivClassName
{
background-color: #0C1370;
}
.BgClassName
{
background-color: #0C1370;
}
</style>
border-color css
<style>
span { border-color: #0C1370; }
span { border-color: rgb(12,19,112); }
td.TdClassName
{
border-color: #0C1370;
}
.TagClassName
{
border-color: #0C1370;
}
</style>