Shades of Midnight Blue #0E005E
Tints of Midnight Blue #0E005E
RGB
CMYK
RGB Variations
Color information
#0E005E (or 0x0E005E) is known color: Midnight Blue. HEX triplet: 0E, 00 and 5E. RGB value is (14,0,94). Sum of RGB (Red+Green+Blue) = 14+0+94=108 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.96% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 94 (37.11% from 255 or 87.04% from 108); Max value from RGB is 94 - color contains mainly: blue. Hex color #0E005E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E005E is #F1FFA1. Grayscale: #0E0E0E. Windows color (decimal): -15859618 or 6160398. OLE color: 6160398.
HSL color Cylindrical-coordinate representation of color #0E005E: hue angle of 248.94º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E005E is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 14 | 0 | 94 | - |
| CMYK | 0.85 | 1 | 0 | 0.63 |
| HSL | 248.94º | 1% | 0.18% | - |
| HSV(B) | 248.94º | 1% | 0.37% | - |
| XYZ | 2.2 | 0.9 | 10.65 | - |
| YUV | 14.9 | 172.64 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 94 | 0.85 | 1 | 0 | 0.63 | 248.94 | 1 | 0.18 |
| Hex | E | 0 | 5E | 55 | 64 | 0 | 3F | F9 | 64 | 12 |
| Octal | 16 | 0 | 136 | 125 | 144 | 0 | 77 | 371 | 144 | 22 |
| Binary | 1110 | 0 | 1011110 | 1010101 | 1100100 | 0 | 111111 | 11111001 | 1100100 | 10010 |
Color Harmonies of #0E005E
Complementary color
Monochromatic Colors of #0E005E
Black with #0E005E
Text Example
Text Example
White with #0E005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E005E; }
p { color: rgb(14,0,94); }
H1.HeaderClassName
{
color: #0E005E;
}
.AnyTagClassName
{
color: #0E005E;
}
</style>
background-color css
<style>
a { background-color: #0E005E; }
a { background-color: rgb(14,0,94); }
div.DivClassName
{
background-color: #0E005E;
}
.BgClassName
{
background-color: #0E005E;
}
</style>
border-color css
<style>
span { border-color: #0E005E; }
span { border-color: rgb(14,0,94); }
td.TdClassName
{
border-color: #0E005E;
}
.TagClassName
{
border-color: #0E005E;
}
</style>