Shades of Midnight Blue #191072
Tints of Midnight Blue #191072
RGB
CMYK
RGB Variations
Color information
#191072 (or 0x191072) is known color: Midnight Blue. HEX triplet: 19, 10 and 72. RGB value is (25,16,114). Sum of RGB (Red+Green+Blue) = 25+16+114=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 114 (44.92% from 255 or 73.55% from 155); Max value from RGB is 114 - color contains mainly: blue. Hex color #191072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191072 is #E6EF8D. Grayscale: #1D1D1D. Windows color (decimal): -15134606 or 7475225. OLE color: 7475225.
HSL color Cylindrical-coordinate representation of color #191072: hue angle of 245.51º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #191072 is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 16 | 114 | - |
| CMYK | 0.78 | 0.86 | 0 | 0.55 |
| HSL | 245.51º | 0.75% | 0.25% | - |
| HSV(B) | 245.51º | 0.86% | 0.45% | - |
| XYZ | 3.62 | 1.79 | 16.07 | - |
| YUV | 29.86 | 175.48 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 16 | 114 | 0.78 | 0.86 | 0 | 0.55 | 245.51 | 0.75 | 0.25 |
| Hex | 19 | 10 | 72 | 4E | 56 | 0 | 37 | F6 | 4B | 19 |
| Octal | 31 | 20 | 162 | 116 | 126 | 0 | 67 | 366 | 113 | 31 |
| Binary | 11001 | 10000 | 1110010 | 1001110 | 1010110 | 0 | 110111 | 11110110 | 1001011 | 11001 |
Color Harmonies of #191072
Complementary color
Monochromatic Colors of #191072
Black with #191072
Text Example
Text Example
White with #191072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191072; }
p { color: rgb(25,16,114); }
H1.HeaderClassName
{
color: #191072;
}
.AnyTagClassName
{
color: #191072;
}
</style>
background-color css
<style>
a { background-color: #191072; }
a { background-color: rgb(25,16,114); }
div.DivClassName
{
background-color: #191072;
}
.BgClassName
{
background-color: #191072;
}
</style>
border-color css
<style>
span { border-color: #191072; }
span { border-color: rgb(25,16,114); }
td.TdClassName
{
border-color: #191072;
}
.TagClassName
{
border-color: #191072;
}
</style>