Shades of Midnight Blue #0E1368
Tints of Midnight Blue #0E1368
RGB
CMYK
RGB Variations
Color information
#0E1368 (or 0x0E1368) is known color: Midnight Blue. HEX triplet: 0E, 13 and 68. RGB value is (14,19,104). Sum of RGB (Red+Green+Blue) = 14+19+104=137 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.22% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 104 (41.02% from 255 or 75.91% from 137); Max value from RGB is 104 - color contains mainly: blue. Hex color #0E1368 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1368 is #F1EC97. Grayscale: #1A1A1A. Windows color (decimal): -15854744 or 6820622. OLE color: 6820622.
HSL color Cylindrical-coordinate representation of color #0E1368: hue angle of 236.67º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E1368 is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 14 | 19 | 104 | - |
| CMYK | 0.87 | 0.82 | 0 | 0.59 |
| HSL | 236.67º | 0.76% | 0.23% | - |
| HSV(B) | 236.67º | 0.87% | 0.41% | - |
| XYZ | 2.91 | 1.56 | 13.24 | - |
| YUV | 27.2 | 171.34 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 19 | 104 | 0.87 | 0.82 | 0 | 0.59 | 236.67 | 0.76 | 0.23 |
| Hex | E | 13 | 68 | 57 | 52 | 0 | 3B | ED | 4C | 17 |
| Octal | 16 | 23 | 150 | 127 | 122 | 0 | 73 | 355 | 114 | 27 |
| Binary | 1110 | 10011 | 1101000 | 1010111 | 1010010 | 0 | 111011 | 11101101 | 1001100 | 10111 |
Color Harmonies of #0E1368
Complementary color
Monochromatic Colors of #0E1368
Black with #0E1368
Text Example
Text Example
White with #0E1368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1368; }
p { color: rgb(14,19,104); }
H1.HeaderClassName
{
color: #0E1368;
}
.AnyTagClassName
{
color: #0E1368;
}
</style>
background-color css
<style>
a { background-color: #0E1368; }
a { background-color: rgb(14,19,104); }
div.DivClassName
{
background-color: #0E1368;
}
.BgClassName
{
background-color: #0E1368;
}
</style>
border-color css
<style>
span { border-color: #0E1368; }
span { border-color: rgb(14,19,104); }
td.TdClassName
{
border-color: #0E1368;
}
.TagClassName
{
border-color: #0E1368;
}
</style>