Shades of Midnight Blue #0E0663
Tints of Midnight Blue #0E0663
RGB
CMYK
RGB Variations
Color information
#0E0663 (or 0x0E0663) is known color: Midnight Blue. HEX triplet: 0E, 06 and 63. RGB value is (14,6,99). Sum of RGB (Red+Green+Blue) = 14+6+99=119 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.76% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 99 (39.06% from 255 or 83.19% from 119); Max value from RGB is 99 - color contains mainly: blue. Hex color #0E0663 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0663 is #F1F99C. Grayscale: #121212. Windows color (decimal): -15858077 or 6489614. OLE color: 6489614.
HSL color Cylindrical-coordinate representation of color #0E0663: hue angle of 245.16º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E0663 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 14 | 6 | 99 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.61 |
| HSL | 245.16º | 0.89% | 0.21% | - |
| HSV(B) | 245.16º | 0.94% | 0.39% | - |
| XYZ | 2.5 | 1.12 | 11.89 | - |
| YUV | 18.99 | 173.15 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 6 | 99 | 0.86 | 0.94 | 0 | 0.61 | 245.16 | 0.89 | 0.21 |
| Hex | E | 6 | 63 | 56 | 5E | 0 | 3D | F5 | 59 | 15 |
| Octal | 16 | 6 | 143 | 126 | 136 | 0 | 75 | 365 | 131 | 25 |
| Binary | 1110 | 110 | 1100011 | 1010110 | 1011110 | 0 | 111101 | 11110101 | 1011001 | 10101 |
Color Harmonies of #0E0663
Complementary color
Monochromatic Colors of #0E0663
Black with #0E0663
Text Example
Text Example
White with #0E0663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0663; }
p { color: rgb(14,6,99); }
H1.HeaderClassName
{
color: #0E0663;
}
.AnyTagClassName
{
color: #0E0663;
}
</style>
background-color css
<style>
a { background-color: #0E0663; }
a { background-color: rgb(14,6,99); }
div.DivClassName
{
background-color: #0E0663;
}
.BgClassName
{
background-color: #0E0663;
}
</style>
border-color css
<style>
span { border-color: #0E0663; }
span { border-color: rgb(14,6,99); }
td.TdClassName
{
border-color: #0E0663;
}
.TagClassName
{
border-color: #0E0663;
}
</style>