Shades of Midnight Blue #191E69
Tints of Midnight Blue #191E69
RGB
CMYK
RGB Variations
Color information
#191E69 (or 0x191E69) is known color: Midnight Blue. HEX triplet: 19, 1E and 69. RGB value is (25,30,105). Sum of RGB (Red+Green+Blue) = 25+30+105=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 105 (41.41% from 255 or 65.62% from 160); Max value from RGB is 105 - color contains mainly: blue. Hex color #191E69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191E69 is #E6E196. Grayscale: #242424. Windows color (decimal): -15131031 or 6888985. OLE color: 6888985.
HSL color Cylindrical-coordinate representation of color #191E69: hue angle of 236.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #191E69 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 30 | 105 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.59 |
| HSL | 236.25º | 0.62% | 0.25% | - |
| HSV(B) | 236.25º | 0.76% | 0.41% | - |
| XYZ | 3.41 | 2.16 | 13.6 | - |
| YUV | 37.06 | 166.34 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 105 | 0.76 | 0.71 | 0 | 0.59 | 236.25 | 0.62 | 0.25 |
| Hex | 19 | 1E | 69 | 4C | 47 | 0 | 3B | EC | 3E | 19 |
| Octal | 31 | 36 | 151 | 114 | 107 | 0 | 73 | 354 | 76 | 31 |
| Binary | 11001 | 11110 | 1101001 | 1001100 | 1000111 | 0 | 111011 | 11101100 | 111110 | 11001 |
Color Harmonies of #191E69
Complementary color
Monochromatic Colors of #191E69
Black with #191E69
Text Example
Text Example
White with #191E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191E69; }
p { color: rgb(25,30,105); }
H1.HeaderClassName
{
color: #191E69;
}
.AnyTagClassName
{
color: #191E69;
}
</style>
background-color css
<style>
a { background-color: #191E69; }
a { background-color: rgb(25,30,105); }
div.DivClassName
{
background-color: #191E69;
}
.BgClassName
{
background-color: #191E69;
}
</style>
border-color css
<style>
span { border-color: #191E69; }
span { border-color: rgb(25,30,105); }
td.TdClassName
{
border-color: #191E69;
}
.TagClassName
{
border-color: #191E69;
}
</style>