Shades of Midnight Blue #190072
Tints of Midnight Blue #190072
RGB
CMYK
RGB Variations
Color information
#190072 (or 0x190072) is known color: Midnight Blue. HEX triplet: 19, 00 and 72. RGB value is (25,0,114). Sum of RGB (Red+Green+Blue) = 25+0+114=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 114 (44.92% from 255 or 82.01% from 139); Max value from RGB is 114 - color contains mainly: blue. Hex color #190072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190072 is #E6FF8D. Grayscale: #141414. Windows color (decimal): -15138702 or 7471129. OLE color: 7471129.
HSL color Cylindrical-coordinate representation of color #190072: hue angle of 253.16º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190072 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 0 | 114 | - |
| CMYK | 0.78 | 1 | 0 | 0.55 |
| HSL | 253.16º | 1% | 0.22% | - |
| HSV(B) | 253.16º | 1% | 0.45% | - |
| XYZ | 3.44 | 1.42 | 16.01 | - |
| YUV | 20.47 | 180.78 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 114 | 0.78 | 1 | 0 | 0.55 | 253.16 | 1 | 0.22 |
| Hex | 19 | 0 | 72 | 4E | 64 | 0 | 37 | FD | 64 | 16 |
| Octal | 31 | 0 | 162 | 116 | 144 | 0 | 67 | 375 | 144 | 26 |
| Binary | 11001 | 0 | 1110010 | 1001110 | 1100100 | 0 | 110111 | 11111101 | 1100100 | 10110 |
Color Harmonies of #190072
Complementary color
Monochromatic Colors of #190072
Black with #190072
Text Example
Text Example
White with #190072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190072; }
p { color: rgb(25,0,114); }
H1.HeaderClassName
{
color: #190072;
}
.AnyTagClassName
{
color: #190072;
}
</style>
background-color css
<style>
a { background-color: #190072; }
a { background-color: rgb(25,0,114); }
div.DivClassName
{
background-color: #190072;
}
.BgClassName
{
background-color: #190072;
}
</style>
border-color css
<style>
span { border-color: #190072; }
span { border-color: rgb(25,0,114); }
td.TdClassName
{
border-color: #190072;
}
.TagClassName
{
border-color: #190072;
}
</style>