Shades of Midnight Blue #0E0062
Tints of Midnight Blue #0E0062
RGB
CMYK
RGB Variations
Color information
#0E0062 (or 0x0E0062) is known color: Midnight Blue. HEX triplet: 0E, 00 and 62. RGB value is (14,0,98). Sum of RGB (Red+Green+Blue) = 14+0+98=112 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.5% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 98 (38.67% from 255 or 87.5% from 112); Max value from RGB is 98 - color contains mainly: blue. Hex color #0E0062 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0062 is #F1FF9D. Grayscale: #0E0E0E. Windows color (decimal): -15859614 or 6422542. OLE color: 6422542.
HSL color Cylindrical-coordinate representation of color #0E0062: hue angle of 248.57º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E0062 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 14 | 0 | 98 | - |
| CMYK | 0.86 | 1 | 0 | 0.62 |
| HSL | 248.57º | 1% | 0.19% | - |
| HSV(B) | 248.57º | 1% | 0.38% | - |
| XYZ | 2.39 | 0.98 | 11.62 | - |
| YUV | 15.36 | 174.64 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 98 | 0.86 | 1 | 0 | 0.62 | 248.57 | 1 | 0.19 |
| Hex | E | 0 | 62 | 56 | 64 | 0 | 3E | F9 | 64 | 13 |
| Octal | 16 | 0 | 142 | 126 | 144 | 0 | 76 | 371 | 144 | 23 |
| Binary | 1110 | 0 | 1100010 | 1010110 | 1100100 | 0 | 111110 | 11111001 | 1100100 | 10011 |
Color Harmonies of #0E0062
Complementary color
Monochromatic Colors of #0E0062
Black with #0E0062
Text Example
Text Example
White with #0E0062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0062; }
p { color: rgb(14,0,98); }
H1.HeaderClassName
{
color: #0E0062;
}
.AnyTagClassName
{
color: #0E0062;
}
</style>
background-color css
<style>
a { background-color: #0E0062; }
a { background-color: rgb(14,0,98); }
div.DivClassName
{
background-color: #0E0062;
}
.BgClassName
{
background-color: #0E0062;
}
</style>
border-color css
<style>
span { border-color: #0E0062; }
span { border-color: rgb(14,0,98); }
td.TdClassName
{
border-color: #0E0062;
}
.TagClassName
{
border-color: #0E0062;
}
</style>