Shades of Midnight Blue #191470
Tints of Midnight Blue #191470
RGB
CMYK
RGB Variations
Color information
#191470 (or 0x191470) is known color: Midnight Blue. HEX triplet: 19, 14 and 70. RGB value is (25,20,112). Sum of RGB (Red+Green+Blue) = 25+20+112=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 112 (44.14% from 255 or 71.34% from 157); Max value from RGB is 112 - color contains mainly: blue. Hex color #191470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191470 is #E6EB8F. Grayscale: #1F1F1F. Windows color (decimal): -15133584 or 7345177. OLE color: 7345177.
HSL color Cylindrical-coordinate representation of color #191470: hue angle of 243.26º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #191470 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 20 | 112 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.56 |
| HSL | 243.26º | 0.7% | 0.26% | - |
| HSV(B) | 243.26º | 0.82% | 0.44% | - |
| XYZ | 3.58 | 1.88 | 15.5 | - |
| YUV | 31.98 | 173.16 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 20 | 112 | 0.78 | 0.82 | 0 | 0.56 | 243.26 | 0.7 | 0.26 |
| Hex | 19 | 14 | 70 | 4E | 52 | 0 | 38 | F3 | 46 | 1A |
| Octal | 31 | 24 | 160 | 116 | 122 | 0 | 70 | 363 | 106 | 32 |
| Binary | 11001 | 10100 | 1110000 | 1001110 | 1010010 | 0 | 111000 | 11110011 | 1000110 | 11010 |
Color Harmonies of #191470
Complementary color
Monochromatic Colors of #191470
Black with #191470
Text Example
Text Example
White with #191470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191470; }
p { color: rgb(25,20,112); }
H1.HeaderClassName
{
color: #191470;
}
.AnyTagClassName
{
color: #191470;
}
</style>
background-color css
<style>
a { background-color: #191470; }
a { background-color: rgb(25,20,112); }
div.DivClassName
{
background-color: #191470;
}
.BgClassName
{
background-color: #191470;
}
</style>
border-color css
<style>
span { border-color: #191470; }
span { border-color: rgb(25,20,112); }
td.TdClassName
{
border-color: #191470;
}
.TagClassName
{
border-color: #191470;
}
</style>