Shades of Midnight Blue #0E0865
Tints of Midnight Blue #0E0865
RGB
CMYK
RGB Variations
Color information
#0E0865 (or 0x0E0865) is known color: Midnight Blue. HEX triplet: 0E, 08 and 65. RGB value is (14,8,101). Sum of RGB (Red+Green+Blue) = 14+8+101=123 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.38% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 101 (39.84% from 255 or 82.11% from 123); Max value from RGB is 101 - color contains mainly: blue. Hex color #0E0865 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0865 is #F1F79A. Grayscale: #141414. Windows color (decimal): -15857563 or 6621198. OLE color: 6621198.
HSL color Cylindrical-coordinate representation of color #0E0865: hue angle of 243.87º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E0865 is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 8 | 101 | - |
| CMYK | 0.86 | 0.92 | 0 | 0.60 |
| HSL | 243.87º | 0.85% | 0.21% | - |
| HSV(B) | 243.87º | 0.92% | 0.4% | - |
| XYZ | 2.62 | 1.21 | 12.41 | - |
| YUV | 20.4 | 173.49 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 8 | 101 | 0.86 | 0.92 | 0 | 0.60 | 243.87 | 0.85 | 0.21 |
| Hex | E | 8 | 65 | 56 | 5C | 0 | 3C | F4 | 55 | 15 |
| Octal | 16 | 10 | 145 | 126 | 134 | 0 | 74 | 364 | 125 | 25 |
| Binary | 1110 | 1000 | 1100101 | 1010110 | 1011100 | 0 | 111100 | 11110100 | 1010101 | 10101 |
Color Harmonies of #0E0865
Complementary color
Monochromatic Colors of #0E0865
Black with #0E0865
Text Example
Text Example
White with #0E0865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0865; }
p { color: rgb(14,8,101); }
H1.HeaderClassName
{
color: #0E0865;
}
.AnyTagClassName
{
color: #0E0865;
}
</style>
background-color css
<style>
a { background-color: #0E0865; }
a { background-color: rgb(14,8,101); }
div.DivClassName
{
background-color: #0E0865;
}
.BgClassName
{
background-color: #0E0865;
}
</style>
border-color css
<style>
span { border-color: #0E0865; }
span { border-color: rgb(14,8,101); }
td.TdClassName
{
border-color: #0E0865;
}
.TagClassName
{
border-color: #0E0865;
}
</style>