Shades of Midnight Blue #192170
Tints of Midnight Blue #192170
RGB
CMYK
RGB Variations
Color information
#192170 (or 0x192170) is known color: Midnight Blue. HEX triplet: 19, 21 and 70. RGB value is (25,33,112). Sum of RGB (Red+Green+Blue) = 25+33+112=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 112 (44.14% from 255 or 65.88% from 170); Max value from RGB is 112 - color contains mainly: blue. Hex color #192170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192170 is #E6DE8F. Grayscale: #272727. Windows color (decimal): -15130256 or 7348505. OLE color: 7348505.
HSL color Cylindrical-coordinate representation of color #192170: hue angle of 234.48º 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 #192170 is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 33 | 112 | - |
| CMYK | 0.78 | 0.71 | 0 | 0.56 |
| HSL | 234.48º | 0.64% | 0.27% | - |
| HSV(B) | 234.48º | 0.78% | 0.44% | - |
| XYZ | 3.87 | 2.46 | 15.6 | - |
| YUV | 39.61 | 168.85 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 112 | 0.78 | 0.71 | 0 | 0.56 | 234.48 | 0.64 | 0.27 |
| Hex | 19 | 21 | 70 | 4E | 47 | 0 | 38 | EA | 40 | 1B |
| Octal | 31 | 41 | 160 | 116 | 107 | 0 | 70 | 352 | 100 | 33 |
| Binary | 11001 | 100001 | 1110000 | 1001110 | 1000111 | 0 | 111000 | 11101010 | 1000000 | 11011 |
Color Harmonies of #192170
Complementary color
Monochromatic Colors of #192170
Black with #192170
Text Example
Text Example
White with #192170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192170; }
p { color: rgb(25,33,112); }
H1.HeaderClassName
{
color: #192170;
}
.AnyTagClassName
{
color: #192170;
}
</style>
background-color css
<style>
a { background-color: #192170; }
a { background-color: rgb(25,33,112); }
div.DivClassName
{
background-color: #192170;
}
.BgClassName
{
background-color: #192170;
}
</style>
border-color css
<style>
span { border-color: #192170; }
span { border-color: rgb(25,33,112); }
td.TdClassName
{
border-color: #192170;
}
.TagClassName
{
border-color: #192170;
}
</style>