Shades of Midnight Blue #191E83
Tints of Midnight Blue #191E83
RGB
CMYK
RGB Variations
Color information
#191E83 (or 0x191E83) is known color: Midnight Blue. HEX triplet: 19, 1E and 83. RGB value is (25,30,131). Sum of RGB (Red+Green+Blue) = 25+30+131=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 30 (12.11% from 255 or 16.13% from 186); Blue value is 131 (51.56% from 255 or 70.43% from 186); Max value from RGB is 131 - color contains mainly: blue. Hex color #191E83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191E83 is #E6E17C. Grayscale: #272727. Windows color (decimal): -15131005 or 8592921. OLE color: 8592921.
HSL color Cylindrical-coordinate representation of color #191E83: hue angle of 237.17º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #191E83 is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 30 | 131 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.49 |
| HSL | 237.17º | 0.68% | 0.31% | - |
| HSV(B) | 237.17º | 0.81% | 0.51% | - |
| XYZ | 4.96 | 2.77 | 21.75 | - |
| YUV | 40.02 | 179.34 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 131 | 0.81 | 0.77 | 0 | 0.49 | 237.17 | 0.68 | 0.31 |
| Hex | 19 | 1E | 83 | 51 | 4D | 0 | 31 | ED | 44 | 1F |
| Octal | 31 | 36 | 203 | 121 | 115 | 0 | 61 | 355 | 104 | 37 |
| Binary | 11001 | 11110 | 10000011 | 1010001 | 1001101 | 0 | 110001 | 11101101 | 1000100 | 11111 |
Color Harmonies of #191E83
Complementary color
Monochromatic Colors of #191E83
Black with #191E83
Text Example
Text Example
White with #191E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191E83; }
p { color: rgb(25,30,131); }
H1.HeaderClassName
{
color: #191E83;
}
.AnyTagClassName
{
color: #191E83;
}
</style>
background-color css
<style>
a { background-color: #191E83; }
a { background-color: rgb(25,30,131); }
div.DivClassName
{
background-color: #191E83;
}
.BgClassName
{
background-color: #191E83;
}
</style>
border-color css
<style>
span { border-color: #191E83; }
span { border-color: rgb(25,30,131); }
td.TdClassName
{
border-color: #191E83;
}
.TagClassName
{
border-color: #191E83;
}
</style>