Shades of Midnight Blue #0E0166
Tints of Midnight Blue #0E0166
RGB
CMYK
RGB Variations
Color information
#0E0166 (or 0x0E0166) is known color: Midnight Blue. HEX triplet: 0E, 01 and 66. RGB value is (14,1,102). Sum of RGB (Red+Green+Blue) = 14+1+102=117 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.97% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 102 (40.23% from 255 or 87.18% from 117); Max value from RGB is 102 - color contains mainly: blue. Hex color #0E0166 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0166 is #F1FE99. Grayscale: #101010. Windows color (decimal): -15859354 or 6684942. OLE color: 6684942.
HSL color Cylindrical-coordinate representation of color #0E0166: hue angle of 247.72º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E0166 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 14 | 1 | 102 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.6 |
| HSL | 247.72º | 0.98% | 0.2% | - |
| HSV(B) | 247.72º | 0.99% | 0.4% | - |
| XYZ | 2.59 | 1.07 | 12.64 | - |
| YUV | 16.4 | 176.31 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 1 | 102 | 0.86 | 0.99 | 0 | 0.6 | 247.72 | 0.98 | 0.2 |
| Hex | E | 1 | 66 | 56 | 63 | 0 | 3C | F8 | 62 | 14 |
| Octal | 16 | 1 | 146 | 126 | 143 | 0 | 74 | 370 | 142 | 24 |
| Binary | 1110 | 1 | 1100110 | 1010110 | 1100011 | 0 | 111100 | 11111000 | 1100010 | 10100 |
Color Harmonies of #0E0166
Complementary color
Monochromatic Colors of #0E0166
Black with #0E0166
Text Example
Text Example
White with #0E0166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0166; }
p { color: rgb(14,1,102); }
H1.HeaderClassName
{
color: #0E0166;
}
.AnyTagClassName
{
color: #0E0166;
}
</style>
background-color css
<style>
a { background-color: #0E0166; }
a { background-color: rgb(14,1,102); }
div.DivClassName
{
background-color: #0E0166;
}
.BgClassName
{
background-color: #0E0166;
}
</style>
border-color css
<style>
span { border-color: #0E0166; }
span { border-color: rgb(14,1,102); }
td.TdClassName
{
border-color: #0E0166;
}
.TagClassName
{
border-color: #0E0166;
}
</style>