Shades of Midnight Blue #190472
Tints of Midnight Blue #190472
RGB
CMYK
RGB Variations
Color information
#190472 (or 0x190472) is known color: Midnight Blue. HEX triplet: 19, 04 and 72. RGB value is (25,4,114). Sum of RGB (Red+Green+Blue) = 25+4+114=143 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.48% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 114 (44.92% from 255 or 79.72% from 143); Max value from RGB is 114 - color contains mainly: blue. Hex color #190472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190472 is #E6FB8D. Grayscale: #161616. Windows color (decimal): -15137678 or 7472153. OLE color: 7472153.
HSL color Cylindrical-coordinate representation of color #190472: hue angle of 251.45º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #190472 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 4 | 114 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.55 |
| HSL | 251.45º | 0.93% | 0.23% | - |
| HSV(B) | 251.45º | 0.96% | 0.45% | - |
| XYZ | 3.48 | 1.51 | 16.03 | - |
| YUV | 22.82 | 179.46 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 4 | 114 | 0.78 | 0.96 | 0 | 0.55 | 251.45 | 0.93 | 0.23 |
| Hex | 19 | 4 | 72 | 4E | 60 | 0 | 37 | FB | 5D | 17 |
| Octal | 31 | 4 | 162 | 116 | 140 | 0 | 67 | 373 | 135 | 27 |
| Binary | 11001 | 100 | 1110010 | 1001110 | 1100000 | 0 | 110111 | 11111011 | 1011101 | 10111 |
Color Harmonies of #190472
Complementary color
Monochromatic Colors of #190472
Black with #190472
Text Example
Text Example
White with #190472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190472; }
p { color: rgb(25,4,114); }
H1.HeaderClassName
{
color: #190472;
}
.AnyTagClassName
{
color: #190472;
}
</style>
background-color css
<style>
a { background-color: #190472; }
a { background-color: rgb(25,4,114); }
div.DivClassName
{
background-color: #190472;
}
.BgClassName
{
background-color: #190472;
}
</style>
border-color css
<style>
span { border-color: #190472; }
span { border-color: rgb(25,4,114); }
td.TdClassName
{
border-color: #190472;
}
.TagClassName
{
border-color: #190472;
}
</style>