Shades of Midnight Blue #190D72
Tints of Midnight Blue #190D72
RGB
CMYK
RGB Variations
Color information
#190D72 (or 0x190D72) is known color: Midnight Blue. HEX triplet: 19, 0D and 72. RGB value is (25,13,114). Sum of RGB (Red+Green+Blue) = 25+13+114=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 114 (44.92% from 255 or 75% from 152); Max value from RGB is 114 - color contains mainly: blue. Hex color #190D72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190D72 is #E6F28D. Grayscale: #1B1B1B. Windows color (decimal): -15135374 or 7474457. OLE color: 7474457.
HSL color Cylindrical-coordinate representation of color #190D72: hue angle of 247.13º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #190D72 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 13 | 114 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.55 |
| HSL | 247.13º | 0.8% | 0.25% | - |
| HSV(B) | 247.13º | 0.89% | 0.45% | - |
| XYZ | 3.58 | 1.71 | 16.06 | - |
| YUV | 28.1 | 176.48 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 13 | 114 | 0.78 | 0.89 | 0 | 0.55 | 247.13 | 0.8 | 0.25 |
| Hex | 19 | D | 72 | 4E | 59 | 0 | 37 | F7 | 50 | 19 |
| Octal | 31 | 15 | 162 | 116 | 131 | 0 | 67 | 367 | 120 | 31 |
| Binary | 11001 | 1101 | 1110010 | 1001110 | 1011001 | 0 | 110111 | 11110111 | 1010000 | 11001 |
Color Harmonies of #190D72
Complementary color
Monochromatic Colors of #190D72
Black with #190D72
Text Example
Text Example
White with #190D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190D72; }
p { color: rgb(25,13,114); }
H1.HeaderClassName
{
color: #190D72;
}
.AnyTagClassName
{
color: #190D72;
}
</style>
background-color css
<style>
a { background-color: #190D72; }
a { background-color: rgb(25,13,114); }
div.DivClassName
{
background-color: #190D72;
}
.BgClassName
{
background-color: #190D72;
}
</style>
border-color css
<style>
span { border-color: #190D72; }
span { border-color: rgb(25,13,114); }
td.TdClassName
{
border-color: #190D72;
}
.TagClassName
{
border-color: #190D72;
}
</style>