Shades of Midnight Blue #0E1066
Tints of Midnight Blue #0E1066
RGB
CMYK
RGB Variations
Color information
#0E1066 (or 0x0E1066) is known color: Midnight Blue. HEX triplet: 0E, 10 and 66. RGB value is (14,16,102). Sum of RGB (Red+Green+Blue) = 14+16+102=132 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.61% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 102 (40.23% from 255 or 77.27% from 132); Max value from RGB is 102 - color contains mainly: blue. Hex color #0E1066 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1066 is #F1EF99. Grayscale: #181818. Windows color (decimal): -15855514 or 6688782. OLE color: 6688782.
HSL color Cylindrical-coordinate representation of color #0E1066: hue angle of 238.64º 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 #0E1066 is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 14 | 16 | 102 | - |
| CMYK | 0.86 | 0.84 | 0 | 0.6 |
| HSL | 238.64º | 0.76% | 0.23% | - |
| HSV(B) | 238.64º | 0.86% | 0.4% | - |
| XYZ | 2.76 | 1.42 | 12.7 | - |
| YUV | 25.21 | 171.34 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 16 | 102 | 0.86 | 0.84 | 0 | 0.6 | 238.64 | 0.76 | 0.23 |
| Hex | E | 10 | 66 | 56 | 54 | 0 | 3C | EF | 4C | 17 |
| Octal | 16 | 20 | 146 | 126 | 124 | 0 | 74 | 357 | 114 | 27 |
| Binary | 1110 | 10000 | 1100110 | 1010110 | 1010100 | 0 | 111100 | 11101111 | 1001100 | 10111 |
Color Harmonies of #0E1066
Complementary color
Monochromatic Colors of #0E1066
Black with #0E1066
Text Example
Text Example
White with #0E1066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1066; }
p { color: rgb(14,16,102); }
H1.HeaderClassName
{
color: #0E1066;
}
.AnyTagClassName
{
color: #0E1066;
}
</style>
background-color css
<style>
a { background-color: #0E1066; }
a { background-color: rgb(14,16,102); }
div.DivClassName
{
background-color: #0E1066;
}
.BgClassName
{
background-color: #0E1066;
}
</style>
border-color css
<style>
span { border-color: #0E1066; }
span { border-color: rgb(14,16,102); }
td.TdClassName
{
border-color: #0E1066;
}
.TagClassName
{
border-color: #0E1066;
}
</style>