Shades of Midnight Blue #191F80
Tints of Midnight Blue #191F80
RGB
CMYK
RGB Variations
Color information
#191F80 (or 0x191F80) is known color: Midnight Blue. HEX triplet: 19, 1F and 80. RGB value is (25,31,128). Sum of RGB (Red+Green+Blue) = 25+31+128=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 31 (12.5% from 255 or 16.85% from 184); Blue value is 128 (50.39% from 255 or 69.57% from 184); Max value from RGB is 128 - color contains mainly: blue. Hex color #191F80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191F80 is #E6E07F. Grayscale: #272727. Windows color (decimal): -15130752 or 8396569. OLE color: 8396569.
HSL color Cylindrical-coordinate representation of color #191F80: hue angle of 236.5º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #191F80 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 31 | 128 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.50 |
| HSL | 236.5º | 0.67% | 0.3% | - |
| HSV(B) | 236.5º | 0.8% | 0.5% | - |
| XYZ | 4.79 | 2.75 | 20.7 | - |
| YUV | 40.26 | 177.51 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 128 | 0.80 | 0.76 | 0 | 0.50 | 236.5 | 0.67 | 0.3 |
| Hex | 19 | 1F | 80 | 50 | 4C | 0 | 32 | ED | 43 | 1E |
| Octal | 31 | 37 | 200 | 120 | 114 | 0 | 62 | 355 | 103 | 36 |
| Binary | 11001 | 11111 | 10000000 | 1010000 | 1001100 | 0 | 110010 | 11101101 | 1000011 | 11110 |
Color Harmonies of #191F80
Complementary color
Monochromatic Colors of #191F80
Black with #191F80
Text Example
Text Example
White with #191F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191F80; }
p { color: rgb(25,31,128); }
H1.HeaderClassName
{
color: #191F80;
}
.AnyTagClassName
{
color: #191F80;
}
</style>
background-color css
<style>
a { background-color: #191F80; }
a { background-color: rgb(25,31,128); }
div.DivClassName
{
background-color: #191F80;
}
.BgClassName
{
background-color: #191F80;
}
</style>
border-color css
<style>
span { border-color: #191F80; }
span { border-color: rgb(25,31,128); }
td.TdClassName
{
border-color: #191F80;
}
.TagClassName
{
border-color: #191F80;
}
</style>