Shades of Midnight Blue #0E056C
Tints of Midnight Blue #0E056C
RGB
CMYK
RGB Variations
Color information
#0E056C (or 0x0E056C) is known color: Midnight Blue. HEX triplet: 0E, 05 and 6C. RGB value is (14,5,108). Sum of RGB (Red+Green+Blue) = 14+5+108=127 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.02% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 108 (42.58% from 255 or 85.04% from 127); Max value from RGB is 108 - color contains mainly: blue. Hex color #0E056C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E056C is #F1FA93. Grayscale: #131313. Windows color (decimal): -15858324 or 7079182. OLE color: 7079182.
HSL color Cylindrical-coordinate representation of color #0E056C: hue angle of 245.24º 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 #0E056C is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 14 | 5 | 108 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.58 |
| HSL | 245.24º | 0.91% | 0.22% | - |
| HSV(B) | 245.24º | 0.95% | 0.42% | - |
| XYZ | 2.94 | 1.28 | 14.28 | - |
| YUV | 19.43 | 177.98 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 5 | 108 | 0.87 | 0.95 | 0 | 0.58 | 245.24 | 0.91 | 0.22 |
| Hex | E | 5 | 6C | 57 | 5F | 0 | 3A | F5 | 5B | 16 |
| Octal | 16 | 5 | 154 | 127 | 137 | 0 | 72 | 365 | 133 | 26 |
| Binary | 1110 | 101 | 1101100 | 1010111 | 1011111 | 0 | 111010 | 11110101 | 1011011 | 10110 |
Color Harmonies of #0E056C
Complementary color
Monochromatic Colors of #0E056C
Black with #0E056C
Text Example
Text Example
White with #0E056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E056C; }
p { color: rgb(14,5,108); }
H1.HeaderClassName
{
color: #0E056C;
}
.AnyTagClassName
{
color: #0E056C;
}
</style>
background-color css
<style>
a { background-color: #0E056C; }
a { background-color: rgb(14,5,108); }
div.DivClassName
{
background-color: #0E056C;
}
.BgClassName
{
background-color: #0E056C;
}
</style>
border-color css
<style>
span { border-color: #0E056C; }
span { border-color: rgb(14,5,108); }
td.TdClassName
{
border-color: #0E056C;
}
.TagClassName
{
border-color: #0E056C;
}
</style>