Shades of Midnight Blue #0E1666
Tints of Midnight Blue #0E1666
RGB
CMYK
RGB Variations
Color information
#0E1666 (or 0x0E1666) is known color: Midnight Blue. HEX triplet: 0E, 16 and 66. RGB value is (14,22,102). Sum of RGB (Red+Green+Blue) = 14+22+102=138 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.14% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 102 (40.23% from 255 or 73.91% from 138); Max value from RGB is 102 - color contains mainly: blue. Hex color #0E1666 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1666 is #F1E999. Grayscale: #1C1C1C. Windows color (decimal): -15853978 or 6690318. OLE color: 6690318.
HSL color Cylindrical-coordinate representation of color #0E1666: hue angle of 234.55º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E1666 is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 14 | 22 | 102 | - |
| CMYK | 0.86 | 0.78 | 0 | 0.6 |
| HSL | 234.55º | 0.76% | 0.23% | - |
| HSV(B) | 234.55º | 0.86% | 0.4% | - |
| XYZ | 2.87 | 1.63 | 12.73 | - |
| YUV | 28.73 | 169.35 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 22 | 102 | 0.86 | 0.78 | 0 | 0.6 | 234.55 | 0.76 | 0.23 |
| Hex | E | 16 | 66 | 56 | 4E | 0 | 3C | EB | 4C | 17 |
| Octal | 16 | 26 | 146 | 126 | 116 | 0 | 74 | 353 | 114 | 27 |
| Binary | 1110 | 10110 | 1100110 | 1010110 | 1001110 | 0 | 111100 | 11101011 | 1001100 | 10111 |
Color Harmonies of #0E1666
Complementary color
Monochromatic Colors of #0E1666
Black with #0E1666
Text Example
Text Example
White with #0E1666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1666; }
p { color: rgb(14,22,102); }
H1.HeaderClassName
{
color: #0E1666;
}
.AnyTagClassName
{
color: #0E1666;
}
</style>
background-color css
<style>
a { background-color: #0E1666; }
a { background-color: rgb(14,22,102); }
div.DivClassName
{
background-color: #0E1666;
}
.BgClassName
{
background-color: #0E1666;
}
</style>
border-color css
<style>
span { border-color: #0E1666; }
span { border-color: rgb(14,22,102); }
td.TdClassName
{
border-color: #0E1666;
}
.TagClassName
{
border-color: #0E1666;
}
</style>