Shades of Midnight Blue #0E0869
Tints of Midnight Blue #0E0869
RGB
CMYK
RGB Variations
Color information
#0E0869 (or 0x0E0869) is known color: Midnight Blue. HEX triplet: 0E, 08 and 69. RGB value is (14,8,105). Sum of RGB (Red+Green+Blue) = 14+8+105=127 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.02% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 105 (41.41% from 255 or 82.68% from 127); Max value from RGB is 105 - color contains mainly: blue. Hex color #0E0869 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0869 is #F1F796. Grayscale: #141414. Windows color (decimal): -15857559 or 6883342. OLE color: 6883342.
HSL color Cylindrical-coordinate representation of color #0E0869: hue angle of 243.71º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E0869 is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 14 | 8 | 105 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.59 |
| HSL | 243.71º | 0.86% | 0.22% | - |
| HSV(B) | 243.71º | 0.92% | 0.41% | - |
| XYZ | 2.82 | 1.29 | 13.46 | - |
| YUV | 20.85 | 175.49 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 8 | 105 | 0.87 | 0.92 | 0 | 0.59 | 243.71 | 0.86 | 0.22 |
| Hex | E | 8 | 69 | 57 | 5C | 0 | 3B | F4 | 56 | 16 |
| Octal | 16 | 10 | 151 | 127 | 134 | 0 | 73 | 364 | 126 | 26 |
| Binary | 1110 | 1000 | 1101001 | 1010111 | 1011100 | 0 | 111011 | 11110100 | 1010110 | 10110 |
Color Harmonies of #0E0869
Complementary color
Monochromatic Colors of #0E0869
Black with #0E0869
Text Example
Text Example
White with #0E0869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0869; }
p { color: rgb(14,8,105); }
H1.HeaderClassName
{
color: #0E0869;
}
.AnyTagClassName
{
color: #0E0869;
}
</style>
background-color css
<style>
a { background-color: #0E0869; }
a { background-color: rgb(14,8,105); }
div.DivClassName
{
background-color: #0E0869;
}
.BgClassName
{
background-color: #0E0869;
}
</style>
border-color css
<style>
span { border-color: #0E0869; }
span { border-color: rgb(14,8,105); }
td.TdClassName
{
border-color: #0E0869;
}
.TagClassName
{
border-color: #0E0869;
}
</style>