Shades of Midnight Blue #0E1165
Tints of Midnight Blue #0E1165
RGB
CMYK
RGB Variations
Color information
#0E1165 (or 0x0E1165) is known color: Midnight Blue. HEX triplet: 0E, 11 and 65. RGB value is (14,17,101). Sum of RGB (Red+Green+Blue) = 14+17+101=132 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.61% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 101 (39.84% from 255 or 76.52% from 132); Max value from RGB is 101 - color contains mainly: blue. Hex color #0E1165 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1165 is #F1EE9A. Grayscale: #191919. Windows color (decimal): -15855259 or 6623502. OLE color: 6623502.
HSL color Cylindrical-coordinate representation of color #0E1165: hue angle of 237.93º 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 #0E1165 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 17 | 101 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.60 |
| HSL | 237.93º | 0.76% | 0.23% | - |
| HSV(B) | 237.93º | 0.86% | 0.4% | - |
| XYZ | 2.73 | 1.43 | 12.44 | - |
| YUV | 25.68 | 170.51 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 17 | 101 | 0.86 | 0.83 | 0 | 0.60 | 237.93 | 0.76 | 0.23 |
| Hex | E | 11 | 65 | 56 | 53 | 0 | 3C | EE | 4C | 17 |
| Octal | 16 | 21 | 145 | 126 | 123 | 0 | 74 | 356 | 114 | 27 |
| Binary | 1110 | 10001 | 1100101 | 1010110 | 1010011 | 0 | 111100 | 11101110 | 1001100 | 10111 |
Color Harmonies of #0E1165
Complementary color
Monochromatic Colors of #0E1165
Black with #0E1165
Text Example
Text Example
White with #0E1165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1165; }
p { color: rgb(14,17,101); }
H1.HeaderClassName
{
color: #0E1165;
}
.AnyTagClassName
{
color: #0E1165;
}
</style>
background-color css
<style>
a { background-color: #0E1165; }
a { background-color: rgb(14,17,101); }
div.DivClassName
{
background-color: #0E1165;
}
.BgClassName
{
background-color: #0E1165;
}
</style>
border-color css
<style>
span { border-color: #0E1165; }
span { border-color: rgb(14,17,101); }
td.TdClassName
{
border-color: #0E1165;
}
.TagClassName
{
border-color: #0E1165;
}
</style>