Shades of Midnight Blue #0C0E63
Tints of Midnight Blue #0C0E63
RGB
CMYK
RGB Variations
Color information
#0C0E63 (or 0x0C0E63) is known color: Midnight Blue. HEX triplet: 0C, 0E and 63. RGB value is (12,14,99). Sum of RGB (Red+Green+Blue) = 12+14+99=125 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.6% from 125); Green value is 14 (5.86% from 255 or 11.2% from 125); Blue value is 99 (39.06% from 255 or 79.2% from 125); Max value from RGB is 99 - color contains mainly: blue. Hex color #0C0E63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0E63 is #F3F19C. Grayscale: #161616. Windows color (decimal): -15987101 or 6491660. OLE color: 6491660.
HSL color Cylindrical-coordinate representation of color #0C0E63: hue angle of 238.62º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C0E63 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 12 | 14 | 99 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.61 |
| HSL | 238.62º | 0.78% | 0.22% | - |
| HSV(B) | 238.62º | 0.88% | 0.39% | - |
| XYZ | 2.56 | 1.29 | 11.92 | - |
| YUV | 23.09 | 170.84 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 14 | 99 | 0.88 | 0.86 | 0 | 0.61 | 238.62 | 0.78 | 0.22 |
| Hex | C | E | 63 | 58 | 56 | 0 | 3D | EF | 4E | 16 |
| Octal | 14 | 16 | 143 | 130 | 126 | 0 | 75 | 357 | 116 | 26 |
| Binary | 1100 | 1110 | 1100011 | 1011000 | 1010110 | 0 | 111101 | 11101111 | 1001110 | 10110 |
Color Harmonies of #0C0E63
Complementary color
Monochromatic Colors of #0C0E63
Black with #0C0E63
Text Example
Text Example
White with #0C0E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0E63; }
p { color: rgb(12,14,99); }
H1.HeaderClassName
{
color: #0C0E63;
}
.AnyTagClassName
{
color: #0C0E63;
}
</style>
background-color css
<style>
a { background-color: #0C0E63; }
a { background-color: rgb(12,14,99); }
div.DivClassName
{
background-color: #0C0E63;
}
.BgClassName
{
background-color: #0C0E63;
}
</style>
border-color css
<style>
span { border-color: #0C0E63; }
span { border-color: rgb(12,14,99); }
td.TdClassName
{
border-color: #0C0E63;
}
.TagClassName
{
border-color: #0C0E63;
}
</style>