Shades of Midnight Blue #0E1E80
Tints of Midnight Blue #0E1E80
RGB
CMYK
RGB Variations
Color information
#0E1E80 (or 0x0E1E80) is known color: Midnight Blue. HEX triplet: 0E, 1E and 80. RGB value is (14,30,128). Sum of RGB (Red+Green+Blue) = 14+30+128=172 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.14% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 128 (50.39% from 255 or 74.42% from 172); Max value from RGB is 128 - color contains mainly: blue. Hex color #0E1E80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E1E80 is #F1E17F. Grayscale: #232323. Windows color (decimal): -15851904 or 8396302. OLE color: 8396302.
HSL color Cylindrical-coordinate representation of color #0E1E80: hue angle of 231.58º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E1E80 is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 14 | 30 | 128 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.50 |
| HSL | 231.58º | 0.8% | 0.28% | - |
| HSV(B) | 231.58º | 0.89% | 0.5% | - |
| XYZ | 4.54 | 2.58 | 20.68 | - |
| YUV | 36.39 | 179.7 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 30 | 128 | 0.89 | 0.77 | 0 | 0.50 | 231.58 | 0.8 | 0.28 |
| Hex | E | 1E | 80 | 59 | 4D | 0 | 32 | E8 | 50 | 1C |
| Octal | 16 | 36 | 200 | 131 | 115 | 0 | 62 | 350 | 120 | 34 |
| Binary | 1110 | 11110 | 10000000 | 1011001 | 1001101 | 0 | 110010 | 11101000 | 1010000 | 11100 |
Color Harmonies of #0E1E80
Complementary color
Monochromatic Colors of #0E1E80
Black with #0E1E80
Text Example
Text Example
White with #0E1E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1E80; }
p { color: rgb(14,30,128); }
H1.HeaderClassName
{
color: #0E1E80;
}
.AnyTagClassName
{
color: #0E1E80;
}
</style>
background-color css
<style>
a { background-color: #0E1E80; }
a { background-color: rgb(14,30,128); }
div.DivClassName
{
background-color: #0E1E80;
}
.BgClassName
{
background-color: #0E1E80;
}
</style>
border-color css
<style>
span { border-color: #0E1E80; }
span { border-color: rgb(14,30,128); }
td.TdClassName
{
border-color: #0E1E80;
}
.TagClassName
{
border-color: #0E1E80;
}
</style>