Shades of Midnight Blue #0E0063
Tints of Midnight Blue #0E0063
RGB
CMYK
RGB Variations
Color information
#0E0063 (or 0x0E0063) is known color: Midnight Blue. HEX triplet: 0E, 00 and 63. RGB value is (14,0,99). Sum of RGB (Red+Green+Blue) = 14+0+99=113 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.39% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 99 (39.06% from 255 or 87.61% from 113); Max value from RGB is 99 - color contains mainly: blue. Hex color #0E0063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0063 is #F1FF9C. Grayscale: #0F0F0F. Windows color (decimal): -15859613 or 6488078. OLE color: 6488078.
HSL color Cylindrical-coordinate representation of color #0E0063: hue angle of 248.48º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E0063 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 14 | 0 | 99 | - |
| CMYK | 0.86 | 1 | 0 | 0.61 |
| HSL | 248.48º | 1% | 0.19% | - |
| HSV(B) | 248.48º | 1% | 0.39% | - |
| XYZ | 2.43 | 0.99 | 11.87 | - |
| YUV | 15.47 | 175.14 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 99 | 0.86 | 1 | 0 | 0.61 | 248.48 | 1 | 0.19 |
| Hex | E | 0 | 63 | 56 | 64 | 0 | 3D | F8 | 64 | 13 |
| Octal | 16 | 0 | 143 | 126 | 144 | 0 | 75 | 370 | 144 | 23 |
| Binary | 1110 | 0 | 1100011 | 1010110 | 1100100 | 0 | 111101 | 11111000 | 1100100 | 10011 |
Color Harmonies of #0E0063
Complementary color
Monochromatic Colors of #0E0063
Black with #0E0063
Text Example
Text Example
White with #0E0063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0063; }
p { color: rgb(14,0,99); }
H1.HeaderClassName
{
color: #0E0063;
}
.AnyTagClassName
{
color: #0E0063;
}
</style>
background-color css
<style>
a { background-color: #0E0063; }
a { background-color: rgb(14,0,99); }
div.DivClassName
{
background-color: #0E0063;
}
.BgClassName
{
background-color: #0E0063;
}
</style>
border-color css
<style>
span { border-color: #0E0063; }
span { border-color: rgb(14,0,99); }
td.TdClassName
{
border-color: #0E0063;
}
.TagClassName
{
border-color: #0E0063;
}
</style>