Shades of Midnight Blue #190E71
Tints of Midnight Blue #190E71
RGB
CMYK
RGB Variations
Color information
#190E71 (or 0x190E71) is known color: Midnight Blue. HEX triplet: 19, 0E and 71. RGB value is (25,14,113). Sum of RGB (Red+Green+Blue) = 25+14+113=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 113 (44.53% from 255 or 74.34% from 152); Max value from RGB is 113 - color contains mainly: blue. Hex color #190E71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190E71 is #E6F18E. Grayscale: #1C1C1C. Windows color (decimal): -15135119 or 7409177. OLE color: 7409177.
HSL color Cylindrical-coordinate representation of color #190E71: hue angle of 246.67º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #190E71 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 14 | 113 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.56 |
| HSL | 246.67º | 0.78% | 0.25% | - |
| HSV(B) | 246.67º | 0.88% | 0.44% | - |
| XYZ | 3.54 | 1.71 | 15.77 | - |
| YUV | 28.58 | 175.64 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 14 | 113 | 0.78 | 0.88 | 0 | 0.56 | 246.67 | 0.78 | 0.25 |
| Hex | 19 | E | 71 | 4E | 58 | 0 | 38 | F7 | 4E | 19 |
| Octal | 31 | 16 | 161 | 116 | 130 | 0 | 70 | 367 | 116 | 31 |
| Binary | 11001 | 1110 | 1110001 | 1001110 | 1011000 | 0 | 111000 | 11110111 | 1001110 | 11001 |
Color Harmonies of #190E71
Complementary color
Monochromatic Colors of #190E71
Black with #190E71
Text Example
Text Example
White with #190E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190E71; }
p { color: rgb(25,14,113); }
H1.HeaderClassName
{
color: #190E71;
}
.AnyTagClassName
{
color: #190E71;
}
</style>
background-color css
<style>
a { background-color: #190E71; }
a { background-color: rgb(25,14,113); }
div.DivClassName
{
background-color: #190E71;
}
.BgClassName
{
background-color: #190E71;
}
</style>
border-color css
<style>
span { border-color: #190E71; }
span { border-color: rgb(25,14,113); }
td.TdClassName
{
border-color: #190E71;
}
.TagClassName
{
border-color: #190E71;
}
</style>