Shades of Midnight Blue #191E76
Tints of Midnight Blue #191E76
RGB
CMYK
RGB Variations
Color information
#191E76 (or 0x191E76) is known color: Midnight Blue. HEX triplet: 19, 1E and 76. RGB value is (25,30,118). Sum of RGB (Red+Green+Blue) = 25+30+118=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 30 (12.11% from 255 or 17.34% from 173); Blue value is 118 (46.48% from 255 or 68.21% from 173); Max value from RGB is 118 - color contains mainly: blue. Hex color #191E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191E76 is #E6E189. Grayscale: #262626. Windows color (decimal): -15131018 or 7740953. OLE color: 7740953.
HSL color Cylindrical-coordinate representation of color #191E76: hue angle of 236.77º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #191E76 is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 30 | 118 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.54 |
| HSL | 236.77º | 0.65% | 0.28% | - |
| HSV(B) | 236.77º | 0.79% | 0.46% | - |
| XYZ | 4.14 | 2.44 | 17.39 | - |
| YUV | 38.54 | 172.84 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 118 | 0.79 | 0.75 | 0 | 0.54 | 236.77 | 0.65 | 0.28 |
| Hex | 19 | 1E | 76 | 4F | 4B | 0 | 36 | ED | 41 | 1C |
| Octal | 31 | 36 | 166 | 117 | 113 | 0 | 66 | 355 | 101 | 34 |
| Binary | 11001 | 11110 | 1110110 | 1001111 | 1001011 | 0 | 110110 | 11101101 | 1000001 | 11100 |
Color Harmonies of #191E76
Complementary color
Monochromatic Colors of #191E76
Black with #191E76
Text Example
Text Example
White with #191E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191E76; }
p { color: rgb(25,30,118); }
H1.HeaderClassName
{
color: #191E76;
}
.AnyTagClassName
{
color: #191E76;
}
</style>
background-color css
<style>
a { background-color: #191E76; }
a { background-color: rgb(25,30,118); }
div.DivClassName
{
background-color: #191E76;
}
.BgClassName
{
background-color: #191E76;
}
</style>
border-color css
<style>
span { border-color: #191E76; }
span { border-color: rgb(25,30,118); }
td.TdClassName
{
border-color: #191E76;
}
.TagClassName
{
border-color: #191E76;
}
</style>