Shades of Midnight Blue #0E056A
Tints of Midnight Blue #0E056A
RGB
CMYK
RGB Variations
Color information
#0E056A (or 0x0E056A) is known color: Midnight Blue. HEX triplet: 0E, 05 and 6A. RGB value is (14,5,106). Sum of RGB (Red+Green+Blue) = 14+5+106=125 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.2% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 106 (41.80% from 255 or 84.8% from 125); Max value from RGB is 106 - color contains mainly: blue. Hex color #0E056A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E056A is #F1FA95. Grayscale: #121212. Windows color (decimal): -15858326 or 6948110. OLE color: 6948110.
HSL color Cylindrical-coordinate representation of color #0E056A: hue angle of 245.35º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E056A is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 14 | 5 | 106 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.58 |
| HSL | 245.35º | 0.91% | 0.22% | - |
| HSV(B) | 245.35º | 0.95% | 0.42% | - |
| XYZ | 2.84 | 1.24 | 13.73 | - |
| YUV | 19.21 | 176.98 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 5 | 106 | 0.87 | 0.95 | 0 | 0.58 | 245.35 | 0.91 | 0.22 |
| Hex | E | 5 | 6A | 57 | 5F | 0 | 3A | F5 | 5B | 16 |
| Octal | 16 | 5 | 152 | 127 | 137 | 0 | 72 | 365 | 133 | 26 |
| Binary | 1110 | 101 | 1101010 | 1010111 | 1011111 | 0 | 111010 | 11110101 | 1011011 | 10110 |
Color Harmonies of #0E056A
Complementary color
Monochromatic Colors of #0E056A
Black with #0E056A
Text Example
Text Example
White with #0E056A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E056A; }
p { color: rgb(14,5,106); }
H1.HeaderClassName
{
color: #0E056A;
}
.AnyTagClassName
{
color: #0E056A;
}
</style>
background-color css
<style>
a { background-color: #0E056A; }
a { background-color: rgb(14,5,106); }
div.DivClassName
{
background-color: #0E056A;
}
.BgClassName
{
background-color: #0E056A;
}
</style>
border-color css
<style>
span { border-color: #0E056A; }
span { border-color: rgb(14,5,106); }
td.TdClassName
{
border-color: #0E056A;
}
.TagClassName
{
border-color: #0E056A;
}
</style>