Shades of Midnight Blue #0C0E71
Tints of Midnight Blue #0C0E71
RGB
CMYK
RGB Variations
Color information
#0C0E71 (or 0x0C0E71) is known color: Midnight Blue. HEX triplet: 0C, 0E and 71. RGB value is (12,14,113). Sum of RGB (Red+Green+Blue) = 12+14+113=139 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.63% from 139); Green value is 14 (5.86% from 255 or 10.07% from 139); Blue value is 113 (44.53% from 255 or 81.29% from 139); Max value from RGB is 113 - color contains mainly: blue. Hex color #0C0E71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0E71 is #F3F18E. Grayscale: #181818. Windows color (decimal): -15987087 or 7409164. OLE color: 7409164.
HSL color Cylindrical-coordinate representation of color #0C0E71: hue angle of 238.81º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C0E71 is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 14 | 113 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.56 |
| HSL | 238.81º | 0.81% | 0.25% | - |
| HSV(B) | 238.81º | 0.89% | 0.44% | - |
| XYZ | 3.29 | 1.58 | 15.76 | - |
| YUV | 24.69 | 177.84 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 14 | 113 | 0.89 | 0.88 | 0 | 0.56 | 238.81 | 0.81 | 0.25 |
| Hex | C | E | 71 | 59 | 58 | 0 | 38 | EF | 51 | 19 |
| Octal | 14 | 16 | 161 | 131 | 130 | 0 | 70 | 357 | 121 | 31 |
| Binary | 1100 | 1110 | 1110001 | 1011001 | 1011000 | 0 | 111000 | 11101111 | 1010001 | 11001 |
Color Harmonies of #0C0E71
Complementary color
Monochromatic Colors of #0C0E71
Black with #0C0E71
Text Example
Text Example
White with #0C0E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0E71; }
p { color: rgb(12,14,113); }
H1.HeaderClassName
{
color: #0C0E71;
}
.AnyTagClassName
{
color: #0C0E71;
}
</style>
background-color css
<style>
a { background-color: #0C0E71; }
a { background-color: rgb(12,14,113); }
div.DivClassName
{
background-color: #0C0E71;
}
.BgClassName
{
background-color: #0C0E71;
}
</style>
border-color css
<style>
span { border-color: #0C0E71; }
span { border-color: rgb(12,14,113); }
td.TdClassName
{
border-color: #0C0E71;
}
.TagClassName
{
border-color: #0C0E71;
}
</style>