Shades of Midnight Blue #192079
Tints of Midnight Blue #192079
RGB
CMYK
RGB Variations
Color information
#192079 (or 0x192079) is known color: Midnight Blue. HEX triplet: 19, 20 and 79. RGB value is (25,32,121). Sum of RGB (Red+Green+Blue) = 25+32+121=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 121 (47.66% from 255 or 67.98% from 178); Max value from RGB is 121 - color contains mainly: blue. Hex color #192079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192079 is #E6DF86. Grayscale: #272727. Windows color (decimal): -15130503 or 7938073. OLE color: 7938073.
HSL color Cylindrical-coordinate representation of color #192079: hue angle of 235.62º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #192079 is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 32 | 121 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.53 |
| HSL | 235.63º | 0.66% | 0.29% | - |
| HSV(B) | 235.63º | 0.79% | 0.47% | - |
| XYZ | 4.37 | 2.62 | 18.36 | - |
| YUV | 40.05 | 173.68 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 121 | 0.79 | 0.74 | 0 | 0.53 | 235.63 | 0.66 | 0.29 |
| Hex | 19 | 20 | 79 | 4F | 4A | 0 | 35 | EC | 42 | 1D |
| Octal | 31 | 40 | 171 | 117 | 112 | 0 | 65 | 354 | 102 | 35 |
| Binary | 11001 | 100000 | 1111001 | 1001111 | 1001010 | 0 | 110101 | 11101100 | 1000010 | 11101 |
Color Harmonies of #192079
Complementary color
Monochromatic Colors of #192079
Black with #192079
Text Example
Text Example
White with #192079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192079; }
p { color: rgb(25,32,121); }
H1.HeaderClassName
{
color: #192079;
}
.AnyTagClassName
{
color: #192079;
}
</style>
background-color css
<style>
a { background-color: #192079; }
a { background-color: rgb(25,32,121); }
div.DivClassName
{
background-color: #192079;
}
.BgClassName
{
background-color: #192079;
}
</style>
border-color css
<style>
span { border-color: #192079; }
span { border-color: rgb(25,32,121); }
td.TdClassName
{
border-color: #192079;
}
.TagClassName
{
border-color: #192079;
}
</style>