Shades of Midnight Blue #191D7E
Tints of Midnight Blue #191D7E
RGB
CMYK
RGB Variations
Color information
#191D7E (or 0x191D7E) is known color: Midnight Blue. HEX triplet: 19, 1D and 7E. RGB value is (25,29,126). Sum of RGB (Red+Green+Blue) = 25+29+126=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 126 (49.61% from 255 or 70% from 180); Max value from RGB is 126 - color contains mainly: blue. Hex color #191D7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191D7E is #E6E281. Grayscale: #262626. Windows color (decimal): -15131266 or 8264985. OLE color: 8264985.
HSL color Cylindrical-coordinate representation of color #191D7E: hue angle of 237.62º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #191D7E is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 29 | 126 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.51 |
| HSL | 237.62º | 0.67% | 0.3% | - |
| HSV(B) | 237.62º | 0.8% | 0.49% | - |
| XYZ | 4.61 | 2.59 | 20 | - |
| YUV | 38.86 | 177.17 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 126 | 0.80 | 0.77 | 0 | 0.51 | 237.62 | 0.67 | 0.3 |
| Hex | 19 | 1D | 7E | 50 | 4D | 0 | 33 | EE | 43 | 1E |
| Octal | 31 | 35 | 176 | 120 | 115 | 0 | 63 | 356 | 103 | 36 |
| Binary | 11001 | 11101 | 1111110 | 1010000 | 1001101 | 0 | 110011 | 11101110 | 1000011 | 11110 |
Color Harmonies of #191D7E
Complementary color
Monochromatic Colors of #191D7E
Black with #191D7E
Text Example
Text Example
White with #191D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191D7E; }
p { color: rgb(25,29,126); }
H1.HeaderClassName
{
color: #191D7E;
}
.AnyTagClassName
{
color: #191D7E;
}
</style>
background-color css
<style>
a { background-color: #191D7E; }
a { background-color: rgb(25,29,126); }
div.DivClassName
{
background-color: #191D7E;
}
.BgClassName
{
background-color: #191D7E;
}
</style>
border-color css
<style>
span { border-color: #191D7E; }
span { border-color: rgb(25,29,126); }
td.TdClassName
{
border-color: #191D7E;
}
.TagClassName
{
border-color: #191D7E;
}
</style>