Shades of Midnight Blue #190771
Tints of Midnight Blue #190771
RGB
CMYK
RGB Variations
Color information
#190771 (or 0x190771) is known color: Midnight Blue. HEX triplet: 19, 07 and 71. RGB value is (25,7,113). Sum of RGB (Red+Green+Blue) = 25+7+113=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 113 (44.53% from 255 or 77.93% from 145); Max value from RGB is 113 - color contains mainly: blue. Hex color #190771 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190771 is #E6F88E. Grayscale: #181818. Windows color (decimal): -15136911 or 7407385. OLE color: 7407385.
HSL color Cylindrical-coordinate representation of color #190771: hue angle of 250.19º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190771 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 7 | 113 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.56 |
| HSL | 250.19º | 0.88% | 0.24% | - |
| HSV(B) | 250.19º | 0.94% | 0.44% | - |
| XYZ | 3.46 | 1.55 | 15.74 | - |
| YUV | 24.47 | 177.96 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 113 | 0.78 | 0.94 | 0 | 0.56 | 250.19 | 0.88 | 0.24 |
| Hex | 19 | 7 | 71 | 4E | 5E | 0 | 38 | FA | 58 | 18 |
| Octal | 31 | 7 | 161 | 116 | 136 | 0 | 70 | 372 | 130 | 30 |
| Binary | 11001 | 111 | 1110001 | 1001110 | 1011110 | 0 | 111000 | 11111010 | 1011000 | 11000 |
Color Harmonies of #190771
Complementary color
Monochromatic Colors of #190771
Black with #190771
Text Example
Text Example
White with #190771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190771; }
p { color: rgb(25,7,113); }
H1.HeaderClassName
{
color: #190771;
}
.AnyTagClassName
{
color: #190771;
}
</style>
background-color css
<style>
a { background-color: #190771; }
a { background-color: rgb(25,7,113); }
div.DivClassName
{
background-color: #190771;
}
.BgClassName
{
background-color: #190771;
}
</style>
border-color css
<style>
span { border-color: #190771; }
span { border-color: rgb(25,7,113); }
td.TdClassName
{
border-color: #190771;
}
.TagClassName
{
border-color: #190771;
}
</style>