Shades of Midnight Blue #191670
Tints of Midnight Blue #191670
RGB
CMYK
RGB Variations
Color information
#191670 (or 0x191670) is known color: Midnight Blue. HEX triplet: 19, 16 and 70. RGB value is (25,22,112). Sum of RGB (Red+Green+Blue) = 25+22+112=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 112 (44.14% from 255 or 70.44% from 159); Max value from RGB is 112 - color contains mainly: blue. Hex color #191670 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191670 is #E6E98F. Grayscale: #202020. Windows color (decimal): -15133072 or 7345689. OLE color: 7345689.
HSL color Cylindrical-coordinate representation of color #191670: hue angle of 242º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #191670 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 22 | 112 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.56 |
| HSL | 242º | 0.67% | 0.26% | - |
| HSV(B) | 242º | 0.8% | 0.44% | - |
| XYZ | 3.61 | 1.95 | 15.52 | - |
| YUV | 33.16 | 172.49 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 22 | 112 | 0.78 | 0.80 | 0 | 0.56 | 242 | 0.67 | 0.26 |
| Hex | 19 | 16 | 70 | 4E | 50 | 0 | 38 | F2 | 43 | 1A |
| Octal | 31 | 26 | 160 | 116 | 120 | 0 | 70 | 362 | 103 | 32 |
| Binary | 11001 | 10110 | 1110000 | 1001110 | 1010000 | 0 | 111000 | 11110010 | 1000011 | 11010 |
Color Harmonies of #191670
Complementary color
Monochromatic Colors of #191670
Black with #191670
Text Example
Text Example
White with #191670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191670; }
p { color: rgb(25,22,112); }
H1.HeaderClassName
{
color: #191670;
}
.AnyTagClassName
{
color: #191670;
}
</style>
background-color css
<style>
a { background-color: #191670; }
a { background-color: rgb(25,22,112); }
div.DivClassName
{
background-color: #191670;
}
.BgClassName
{
background-color: #191670;
}
</style>
border-color css
<style>
span { border-color: #191670; }
span { border-color: rgb(25,22,112); }
td.TdClassName
{
border-color: #191670;
}
.TagClassName
{
border-color: #191670;
}
</style>