Shades of Midnight Blue #191D5E
Tints of Midnight Blue #191D5E
RGB
CMYK
RGB Variations
Color information
#191D5E (or 0x191D5E) is known color: Midnight Blue. HEX triplet: 19, 1D and 5E. RGB value is (25,29,94). Sum of RGB (Red+Green+Blue) = 25+29+94=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 94 (37.11% from 255 or 63.51% from 148); Max value from RGB is 94 - color contains mainly: blue. Hex color #191D5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191D5E is #E6E2A1. Grayscale: #222222. Windows color (decimal): -15131298 or 6167833. OLE color: 6167833.
HSL color Cylindrical-coordinate representation of color #191D5E: hue angle of 236.52º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #191D5E is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 29 | 94 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.63 |
| HSL | 236.52º | 0.58% | 0.23% | - |
| HSV(B) | 236.52º | 0.73% | 0.37% | - |
| XYZ | 2.86 | 1.89 | 10.8 | - |
| YUV | 35.21 | 161.17 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 94 | 0.73 | 0.69 | 0 | 0.63 | 236.52 | 0.58 | 0.23 |
| Hex | 19 | 1D | 5E | 49 | 45 | 0 | 3F | ED | 3A | 17 |
| Octal | 31 | 35 | 136 | 111 | 105 | 0 | 77 | 355 | 72 | 27 |
| Binary | 11001 | 11101 | 1011110 | 1001001 | 1000101 | 0 | 111111 | 11101101 | 111010 | 10111 |
Color Harmonies of #191D5E
Complementary color
Monochromatic Colors of #191D5E
Black with #191D5E
Text Example
Text Example
White with #191D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191D5E; }
p { color: rgb(25,29,94); }
H1.HeaderClassName
{
color: #191D5E;
}
.AnyTagClassName
{
color: #191D5E;
}
</style>
background-color css
<style>
a { background-color: #191D5E; }
a { background-color: rgb(25,29,94); }
div.DivClassName
{
background-color: #191D5E;
}
.BgClassName
{
background-color: #191D5E;
}
</style>
border-color css
<style>
span { border-color: #191D5E; }
span { border-color: rgb(25,29,94); }
td.TdClassName
{
border-color: #191D5E;
}
.TagClassName
{
border-color: #191D5E;
}
</style>