Shades of Midnight Blue #0E197F
Tints of Midnight Blue #0E197F
RGB
CMYK
RGB Variations
Color information
#0E197F (or 0x0E197F) is known color: Midnight Blue. HEX triplet: 0E, 19 and 7F. RGB value is (14,25,127). Sum of RGB (Red+Green+Blue) = 14+25+127=166 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.43% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 127 (50% from 255 or 76.51% from 166); Max value from RGB is 127 - color contains mainly: blue. Hex color #0E197F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E197F is #F1E680. Grayscale: #202020. Windows color (decimal): -15853185 or 8329486. OLE color: 8329486.
HSL color Cylindrical-coordinate representation of color #0E197F: hue angle of 234.16º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E197F is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 14 | 25 | 127 | - |
| CMYK | 0.89 | 0.80 | 0 | 0.50 |
| HSL | 234.16º | 0.8% | 0.28% | - |
| HSV(B) | 234.16º | 0.89% | 0.5% | - |
| XYZ | 4.36 | 2.32 | 20.3 | - |
| YUV | 33.34 | 180.86 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 25 | 127 | 0.89 | 0.80 | 0 | 0.50 | 234.16 | 0.8 | 0.28 |
| Hex | E | 19 | 7F | 59 | 50 | 0 | 32 | EA | 50 | 1C |
| Octal | 16 | 31 | 177 | 131 | 120 | 0 | 62 | 352 | 120 | 34 |
| Binary | 1110 | 11001 | 1111111 | 1011001 | 1010000 | 0 | 110010 | 11101010 | 1010000 | 11100 |
Color Harmonies of #0E197F
Complementary color
Monochromatic Colors of #0E197F
Black with #0E197F
Text Example
Text Example
White with #0E197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E197F; }
p { color: rgb(14,25,127); }
H1.HeaderClassName
{
color: #0E197F;
}
.AnyTagClassName
{
color: #0E197F;
}
</style>
background-color css
<style>
a { background-color: #0E197F; }
a { background-color: rgb(14,25,127); }
div.DivClassName
{
background-color: #0E197F;
}
.BgClassName
{
background-color: #0E197F;
}
</style>
border-color css
<style>
span { border-color: #0E197F; }
span { border-color: rgb(14,25,127); }
td.TdClassName
{
border-color: #0E197F;
}
.TagClassName
{
border-color: #0E197F;
}
</style>