Shades of Midnight Blue #192570
Tints of Midnight Blue #192570
RGB
CMYK
RGB Variations
Color information
#192570 (or 0x192570) is known color: Midnight Blue. HEX triplet: 19, 25 and 70. RGB value is (25,37,112). Sum of RGB (Red+Green+Blue) = 25+37+112=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #192570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192570 is #E6DA8F. Grayscale: #292929. Windows color (decimal): -15129232 or 7349529. OLE color: 7349529.
HSL color Cylindrical-coordinate representation of color #192570: hue angle of 231.72º 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 #192570 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 37 | 112 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.56 |
| HSL | 231.72º | 0.64% | 0.27% | - |
| HSV(B) | 231.72º | 0.78% | 0.44% | - |
| XYZ | 3.99 | 2.7 | 15.64 | - |
| YUV | 41.96 | 167.52 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 112 | 0.78 | 0.67 | 0 | 0.56 | 231.72 | 0.64 | 0.27 |
| Hex | 19 | 25 | 70 | 4E | 43 | 0 | 38 | E8 | 40 | 1B |
| Octal | 31 | 45 | 160 | 116 | 103 | 0 | 70 | 350 | 100 | 33 |
| Binary | 11001 | 100101 | 1110000 | 1001110 | 1000011 | 0 | 111000 | 11101000 | 1000000 | 11011 |
Color Harmonies of #192570
Complementary color
Monochromatic Colors of #192570
Black with #192570
Text Example
Text Example
White with #192570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192570; }
p { color: rgb(25,37,112); }
H1.HeaderClassName
{
color: #192570;
}
.AnyTagClassName
{
color: #192570;
}
</style>
background-color css
<style>
a { background-color: #192570; }
a { background-color: rgb(25,37,112); }
div.DivClassName
{
background-color: #192570;
}
.BgClassName
{
background-color: #192570;
}
</style>
border-color css
<style>
span { border-color: #192570; }
span { border-color: rgb(25,37,112); }
td.TdClassName
{
border-color: #192570;
}
.TagClassName
{
border-color: #192570;
}
</style>