Shades of Midnight Blue #191A70
Tints of Midnight Blue #191A70
RGB
CMYK
RGB Variations
Color information
#191A70 (or 0x191A70) is known color: Midnight Blue. HEX triplet: 19, 1A and 70. RGB value is (25,26,112). Sum of RGB (Red+Green+Blue) = 25+26+112=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 112 (44.14% from 255 or 68.71% from 163); Max value from RGB is 112 - color contains mainly: blue. Hex color #191A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191A70 is #E6E58F. Grayscale: #232323. Windows color (decimal): -15132048 or 7346713. OLE color: 7346713.
HSL color Cylindrical-coordinate representation of color #191A70: hue angle of 239.31º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #191A70 is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 26 | 112 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.56 |
| HSL | 239.31º | 0.64% | 0.27% | - |
| HSV(B) | 239.31º | 0.78% | 0.44% | - |
| XYZ | 3.69 | 2.12 | 15.54 | - |
| YUV | 35.51 | 171.17 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 112 | 0.78 | 0.77 | 0 | 0.56 | 239.31 | 0.64 | 0.27 |
| Hex | 19 | 1A | 70 | 4E | 4D | 0 | 38 | EF | 40 | 1B |
| Octal | 31 | 32 | 160 | 116 | 115 | 0 | 70 | 357 | 100 | 33 |
| Binary | 11001 | 11010 | 1110000 | 1001110 | 1001101 | 0 | 111000 | 11101111 | 1000000 | 11011 |
Color Harmonies of #191A70
Complementary color
Monochromatic Colors of #191A70
Black with #191A70
Text Example
Text Example
White with #191A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191A70; }
p { color: rgb(25,26,112); }
H1.HeaderClassName
{
color: #191A70;
}
.AnyTagClassName
{
color: #191A70;
}
</style>
background-color css
<style>
a { background-color: #191A70; }
a { background-color: rgb(25,26,112); }
div.DivClassName
{
background-color: #191A70;
}
.BgClassName
{
background-color: #191A70;
}
</style>
border-color css
<style>
span { border-color: #191A70; }
span { border-color: rgb(25,26,112); }
td.TdClassName
{
border-color: #191A70;
}
.TagClassName
{
border-color: #191A70;
}
</style>