Shades of Midnight Blue #0E1375
Tints of Midnight Blue #0E1375
RGB
CMYK
RGB Variations
Color information
#0E1375 (or 0x0E1375) is known color: Midnight Blue. HEX triplet: 0E, 13 and 75. RGB value is (14,19,117). Sum of RGB (Red+Green+Blue) = 14+19+117=150 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.33% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 117 (46.09% from 255 or 78% from 150); Max value from RGB is 117 - color contains mainly: blue. Hex color #0E1375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1375 is #F1EC8A. Grayscale: #1C1C1C. Windows color (decimal): -15854731 or 7672590. OLE color: 7672590.
HSL color Cylindrical-coordinate representation of color #0E1375: hue angle of 237.09º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E1375 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 14 | 19 | 117 | - |
| CMYK | 0.88 | 0.84 | 0 | 0.54 |
| HSL | 237.09º | 0.79% | 0.26% | - |
| HSV(B) | 237.09º | 0.88% | 0.46% | - |
| XYZ | 3.62 | 1.84 | 16.99 | - |
| YUV | 28.68 | 177.84 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 19 | 117 | 0.88 | 0.84 | 0 | 0.54 | 237.09 | 0.79 | 0.26 |
| Hex | E | 13 | 75 | 58 | 54 | 0 | 36 | ED | 4F | 1A |
| Octal | 16 | 23 | 165 | 130 | 124 | 0 | 66 | 355 | 117 | 32 |
| Binary | 1110 | 10011 | 1110101 | 1011000 | 1010100 | 0 | 110110 | 11101101 | 1001111 | 11010 |
Color Harmonies of #0E1375
Complementary color
Monochromatic Colors of #0E1375
Black with #0E1375
Text Example
Text Example
White with #0E1375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1375; }
p { color: rgb(14,19,117); }
H1.HeaderClassName
{
color: #0E1375;
}
.AnyTagClassName
{
color: #0E1375;
}
</style>
background-color css
<style>
a { background-color: #0E1375; }
a { background-color: rgb(14,19,117); }
div.DivClassName
{
background-color: #0E1375;
}
.BgClassName
{
background-color: #0E1375;
}
</style>
border-color css
<style>
span { border-color: #0E1375; }
span { border-color: rgb(14,19,117); }
td.TdClassName
{
border-color: #0E1375;
}
.TagClassName
{
border-color: #0E1375;
}
</style>