Shades of Midnight Blue #191B70
Tints of Midnight Blue #191B70
RGB
CMYK
RGB Variations
Color information
#191B70 (or 0x191B70) is known color: Midnight Blue. HEX triplet: 19, 1B and 70. RGB value is (25,27,112). Sum of RGB (Red+Green+Blue) = 25+27+112=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 27 (10.94% from 255 or 16.46% from 164); Blue value is 112 (44.14% from 255 or 68.29% from 164); Max value from RGB is 112 - color contains mainly: blue. Hex color #191B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191B70 is #E6E48F. Grayscale: #232323. Windows color (decimal): -15131792 or 7346969. OLE color: 7346969.
HSL color Cylindrical-coordinate representation of color #191B70: hue angle of 238.62º 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 #191B70 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 27 | 112 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.56 |
| HSL | 238.62º | 0.64% | 0.27% | - |
| HSV(B) | 238.62º | 0.78% | 0.44% | - |
| XYZ | 3.72 | 2.16 | 15.55 | - |
| YUV | 36.09 | 170.84 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 112 | 0.78 | 0.76 | 0 | 0.56 | 238.62 | 0.64 | 0.27 |
| Hex | 19 | 1B | 70 | 4E | 4C | 0 | 38 | EF | 40 | 1B |
| Octal | 31 | 33 | 160 | 116 | 114 | 0 | 70 | 357 | 100 | 33 |
| Binary | 11001 | 11011 | 1110000 | 1001110 | 1001100 | 0 | 111000 | 11101111 | 1000000 | 11011 |
Color Harmonies of #191B70
Complementary color
Monochromatic Colors of #191B70
Black with #191B70
Text Example
Text Example
White with #191B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B70; }
p { color: rgb(25,27,112); }
H1.HeaderClassName
{
color: #191B70;
}
.AnyTagClassName
{
color: #191B70;
}
</style>
background-color css
<style>
a { background-color: #191B70; }
a { background-color: rgb(25,27,112); }
div.DivClassName
{
background-color: #191B70;
}
.BgClassName
{
background-color: #191B70;
}
</style>
border-color css
<style>
span { border-color: #191B70; }
span { border-color: rgb(25,27,112); }
td.TdClassName
{
border-color: #191B70;
}
.TagClassName
{
border-color: #191B70;
}
</style>