Shades of Midnight Blue #192971
Tints of Midnight Blue #192971
RGB
CMYK
RGB Variations
Color information
#192971 (or 0x192971) is known color: Midnight Blue. HEX triplet: 19, 29 and 71. RGB value is (25,41,113). Sum of RGB (Red+Green+Blue) = 25+41+113=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 113 (44.53% from 255 or 63.13% from 179); Max value from RGB is 113 - color contains mainly: blue. Hex color #192971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192971 is #E6D68E. Grayscale: #2C2C2C. Windows color (decimal): -15128207 or 7416089. OLE color: 7416089.
HSL color Cylindrical-coordinate representation of color #192971: hue angle of 229.09º 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 #192971 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 41 | 113 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.56 |
| HSL | 229.09º | 0.64% | 0.27% | - |
| HSV(B) | 229.09º | 0.78% | 0.44% | - |
| XYZ | 4.17 | 2.98 | 15.98 | - |
| YUV | 44.42 | 166.7 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 113 | 0.78 | 0.64 | 0 | 0.56 | 229.09 | 0.64 | 0.27 |
| Hex | 19 | 29 | 71 | 4E | 40 | 0 | 38 | E5 | 40 | 1B |
| Octal | 31 | 51 | 161 | 116 | 100 | 0 | 70 | 345 | 100 | 33 |
| Binary | 11001 | 101001 | 1110001 | 1001110 | 1000000 | 0 | 111000 | 11100101 | 1000000 | 11011 |
Color Harmonies of #192971
Complementary color
Monochromatic Colors of #192971
Black with #192971
Text Example
Text Example
White with #192971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192971; }
p { color: rgb(25,41,113); }
H1.HeaderClassName
{
color: #192971;
}
.AnyTagClassName
{
color: #192971;
}
</style>
background-color css
<style>
a { background-color: #192971; }
a { background-color: rgb(25,41,113); }
div.DivClassName
{
background-color: #192971;
}
.BgClassName
{
background-color: #192971;
}
</style>
border-color css
<style>
span { border-color: #192971; }
span { border-color: rgb(25,41,113); }
td.TdClassName
{
border-color: #192971;
}
.TagClassName
{
border-color: #192971;
}
</style>