Shades of Midnight Blue #192973
Tints of Midnight Blue #192973
RGB
CMYK
RGB Variations
Color information
#192973 (or 0x192973) is known color: Midnight Blue. HEX triplet: 19, 29 and 73. RGB value is (25,41,115). Sum of RGB (Red+Green+Blue) = 25+41+115=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 115 (45.31% from 255 or 63.54% from 181); Max value from RGB is 115 - color contains mainly: blue. Hex color #192973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192973 is #E6D68C. Grayscale: #2C2C2C. Windows color (decimal): -15128205 or 7547161. OLE color: 7547161.
HSL color Cylindrical-coordinate representation of color #192973: hue angle of 229.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #192973 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 41 | 115 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.55 |
| HSL | 229.33º | 0.64% | 0.27% | - |
| HSV(B) | 229.33º | 0.78% | 0.45% | - |
| XYZ | 4.29 | 3.03 | 16.58 | - |
| YUV | 44.65 | 167.7 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 115 | 0.78 | 0.64 | 0 | 0.55 | 229.33 | 0.64 | 0.27 |
| Hex | 19 | 29 | 73 | 4E | 40 | 0 | 37 | E5 | 40 | 1B |
| Octal | 31 | 51 | 163 | 116 | 100 | 0 | 67 | 345 | 100 | 33 |
| Binary | 11001 | 101001 | 1110011 | 1001110 | 1000000 | 0 | 110111 | 11100101 | 1000000 | 11011 |
Color Harmonies of #192973
Complementary color
Monochromatic Colors of #192973
Black with #192973
Text Example
Text Example
White with #192973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192973; }
p { color: rgb(25,41,115); }
H1.HeaderClassName
{
color: #192973;
}
.AnyTagClassName
{
color: #192973;
}
</style>
background-color css
<style>
a { background-color: #192973; }
a { background-color: rgb(25,41,115); }
div.DivClassName
{
background-color: #192973;
}
.BgClassName
{
background-color: #192973;
}
</style>
border-color css
<style>
span { border-color: #192973; }
span { border-color: rgb(25,41,115); }
td.TdClassName
{
border-color: #192973;
}
.TagClassName
{
border-color: #192973;
}
</style>