Shades of Midnight Blue #0E135B
Tints of Midnight Blue #0E135B
RGB
CMYK
RGB Variations
Color information
#0E135B (or 0x0E135B) is known color: Midnight Blue. HEX triplet: 0E, 13 and 5B. RGB value is (14,19,91). Sum of RGB (Red+Green+Blue) = 14+19+91=124 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.29% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 91 (35.94% from 255 or 73.39% from 124); Max value from RGB is 91 - color contains mainly: blue. Hex color #0E135B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E135B is #F1ECA4. Grayscale: #191919. Windows color (decimal): -15854757 or 5968654. OLE color: 5968654.
HSL color Cylindrical-coordinate representation of color #0E135B: hue angle of 236.1º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E135B is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 19 | 91 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.64 |
| HSL | 236.1º | 0.73% | 0.21% | - |
| HSV(B) | 236.1º | 0.85% | 0.36% | - |
| XYZ | 2.3 | 1.31 | 10.03 | - |
| YUV | 25.71 | 164.84 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 19 | 91 | 0.85 | 0.79 | 0 | 0.64 | 236.1 | 0.73 | 0.21 |
| Hex | E | 13 | 5B | 55 | 4F | 0 | 40 | EC | 49 | 15 |
| Octal | 16 | 23 | 133 | 125 | 117 | 0 | 100 | 354 | 111 | 25 |
| Binary | 1110 | 10011 | 1011011 | 1010101 | 1001111 | 0 | 1000000 | 11101100 | 1001001 | 10101 |
Color Harmonies of #0E135B
Complementary color
Monochromatic Colors of #0E135B
Black with #0E135B
Text Example
Text Example
White with #0E135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E135B; }
p { color: rgb(14,19,91); }
H1.HeaderClassName
{
color: #0E135B;
}
.AnyTagClassName
{
color: #0E135B;
}
</style>
background-color css
<style>
a { background-color: #0E135B; }
a { background-color: rgb(14,19,91); }
div.DivClassName
{
background-color: #0E135B;
}
.BgClassName
{
background-color: #0E135B;
}
</style>
border-color css
<style>
span { border-color: #0E135B; }
span { border-color: rgb(14,19,91); }
td.TdClassName
{
border-color: #0E135B;
}
.TagClassName
{
border-color: #0E135B;
}
</style>