Shades of Midnight Blue #191570
Tints of Midnight Blue #191570
RGB
CMYK
RGB Variations
Color information
#191570 (or 0x191570) is known color: Midnight Blue. HEX triplet: 19, 15 and 70. RGB value is (25,21,112). Sum of RGB (Red+Green+Blue) = 25+21+112=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 112 (44.14% from 255 or 70.89% from 158); Max value from RGB is 112 - color contains mainly: blue. Hex color #191570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191570 is #E6EA8F. Grayscale: #202020. Windows color (decimal): -15133328 or 7345433. OLE color: 7345433.
HSL color Cylindrical-coordinate representation of color #191570: hue angle of 242.64º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #191570 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 21 | 112 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.56 |
| HSL | 242.64º | 0.68% | 0.26% | - |
| HSV(B) | 242.64º | 0.81% | 0.44% | - |
| XYZ | 3.59 | 1.91 | 15.51 | - |
| YUV | 32.57 | 172.83 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 112 | 0.78 | 0.81 | 0 | 0.56 | 242.64 | 0.68 | 0.26 |
| Hex | 19 | 15 | 70 | 4E | 51 | 0 | 38 | F3 | 44 | 1A |
| Octal | 31 | 25 | 160 | 116 | 121 | 0 | 70 | 363 | 104 | 32 |
| Binary | 11001 | 10101 | 1110000 | 1001110 | 1010001 | 0 | 111000 | 11110011 | 1000100 | 11010 |
Color Harmonies of #191570
Complementary color
Monochromatic Colors of #191570
Black with #191570
Text Example
Text Example
White with #191570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191570; }
p { color: rgb(25,21,112); }
H1.HeaderClassName
{
color: #191570;
}
.AnyTagClassName
{
color: #191570;
}
</style>
background-color css
<style>
a { background-color: #191570; }
a { background-color: rgb(25,21,112); }
div.DivClassName
{
background-color: #191570;
}
.BgClassName
{
background-color: #191570;
}
</style>
border-color css
<style>
span { border-color: #191570; }
span { border-color: rgb(25,21,112); }
td.TdClassName
{
border-color: #191570;
}
.TagClassName
{
border-color: #191570;
}
</style>