Shades of Midnight Blue #191C70
Tints of Midnight Blue #191C70
RGB
CMYK
RGB Variations
Color information
#191C70 (or 0x191C70) is known color: Midnight Blue. HEX triplet: 19, 1C and 70. RGB value is (25,28,112). Sum of RGB (Red+Green+Blue) = 25+28+112=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 112 (44.14% from 255 or 67.88% from 165); Max value from RGB is 112 - color contains mainly: blue. Hex color #191C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191C70 is #E6E38F. Grayscale: #242424. Windows color (decimal): -15131536 or 7347225. OLE color: 7347225.
HSL color Cylindrical-coordinate representation of color #191C70: hue angle of 237.93º 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 #191C70 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 28 | 112 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.56 |
| HSL | 237.93º | 0.64% | 0.27% | - |
| HSV(B) | 237.93º | 0.78% | 0.44% | - |
| XYZ | 3.74 | 2.21 | 15.56 | - |
| YUV | 36.68 | 170.51 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 112 | 0.78 | 0.75 | 0 | 0.56 | 237.93 | 0.64 | 0.27 |
| Hex | 19 | 1C | 70 | 4E | 4B | 0 | 38 | EE | 40 | 1B |
| Octal | 31 | 34 | 160 | 116 | 113 | 0 | 70 | 356 | 100 | 33 |
| Binary | 11001 | 11100 | 1110000 | 1001110 | 1001011 | 0 | 111000 | 11101110 | 1000000 | 11011 |
Color Harmonies of #191C70
Complementary color
Monochromatic Colors of #191C70
Black with #191C70
Text Example
Text Example
White with #191C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191C70; }
p { color: rgb(25,28,112); }
H1.HeaderClassName
{
color: #191C70;
}
.AnyTagClassName
{
color: #191C70;
}
</style>
background-color css
<style>
a { background-color: #191C70; }
a { background-color: rgb(25,28,112); }
div.DivClassName
{
background-color: #191C70;
}
.BgClassName
{
background-color: #191C70;
}
</style>
border-color css
<style>
span { border-color: #191C70; }
span { border-color: rgb(25,28,112); }
td.TdClassName
{
border-color: #191C70;
}
.TagClassName
{
border-color: #191C70;
}
</style>