Shades of Midnight Blue #0E0969
Tints of Midnight Blue #0E0969
RGB
CMYK
RGB Variations
Color information
#0E0969 (or 0x0E0969) is known color: Midnight Blue. HEX triplet: 0E, 09 and 69. RGB value is (14,9,105). Sum of RGB (Red+Green+Blue) = 14+9+105=128 (16% of max value = 765). Red value is 14 (5.86% from 255 or 10.94% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 105 (41.41% from 255 or 82.03% from 128); Max value from RGB is 105 - color contains mainly: blue. Hex color #0E0969 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0969 is #F1F696. Grayscale: #151515. Windows color (decimal): -15857303 or 6883598. OLE color: 6883598.
HSL color Cylindrical-coordinate representation of color #0E0969: hue angle of 243.13º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E0969 is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 14 | 9 | 105 | - |
| CMYK | 0.87 | 0.91 | 0 | 0.59 |
| HSL | 243.13º | 0.84% | 0.22% | - |
| HSV(B) | 243.13º | 0.91% | 0.41% | - |
| XYZ | 2.83 | 1.31 | 13.47 | - |
| YUV | 21.44 | 175.16 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 9 | 105 | 0.87 | 0.91 | 0 | 0.59 | 243.13 | 0.84 | 0.22 |
| Hex | E | 9 | 69 | 57 | 5B | 0 | 3B | F3 | 54 | 16 |
| Octal | 16 | 11 | 151 | 127 | 133 | 0 | 73 | 363 | 124 | 26 |
| Binary | 1110 | 1001 | 1101001 | 1010111 | 1011011 | 0 | 111011 | 11110011 | 1010100 | 10110 |
Color Harmonies of #0E0969
Complementary color
Monochromatic Colors of #0E0969
Black with #0E0969
Text Example
Text Example
White with #0E0969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0969; }
p { color: rgb(14,9,105); }
H1.HeaderClassName
{
color: #0E0969;
}
.AnyTagClassName
{
color: #0E0969;
}
</style>
background-color css
<style>
a { background-color: #0E0969; }
a { background-color: rgb(14,9,105); }
div.DivClassName
{
background-color: #0E0969;
}
.BgClassName
{
background-color: #0E0969;
}
</style>
border-color css
<style>
span { border-color: #0E0969; }
span { border-color: rgb(14,9,105); }
td.TdClassName
{
border-color: #0E0969;
}
.TagClassName
{
border-color: #0E0969;
}
</style>