Shades of Midnight Blue #191076
Tints of Midnight Blue #191076
RGB
CMYK
RGB Variations
Color information
#191076 (or 0x191076) is known color: Midnight Blue. HEX triplet: 19, 10 and 76. RGB value is (25,16,118). Sum of RGB (Red+Green+Blue) = 25+16+118=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 118 (46.48% from 255 or 74.21% from 159); Max value from RGB is 118 - color contains mainly: blue. Hex color #191076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191076 is #E6EF89. Grayscale: #1D1D1D. Windows color (decimal): -15134602 or 7737369. OLE color: 7737369.
HSL color Cylindrical-coordinate representation of color #191076: hue angle of 245.29º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #191076 is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 16 | 118 | - |
| CMYK | 0.79 | 0.86 | 0 | 0.54 |
| HSL | 245.29º | 0.76% | 0.26% | - |
| HSV(B) | 245.29º | 0.86% | 0.46% | - |
| XYZ | 3.86 | 1.89 | 17.3 | - |
| YUV | 30.32 | 177.48 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 16 | 118 | 0.79 | 0.86 | 0 | 0.54 | 245.29 | 0.76 | 0.26 |
| Hex | 19 | 10 | 76 | 4F | 56 | 0 | 36 | F5 | 4C | 1A |
| Octal | 31 | 20 | 166 | 117 | 126 | 0 | 66 | 365 | 114 | 32 |
| Binary | 11001 | 10000 | 1110110 | 1001111 | 1010110 | 0 | 110110 | 11110101 | 1001100 | 11010 |
Color Harmonies of #191076
Complementary color
Monochromatic Colors of #191076
Black with #191076
Text Example
Text Example
White with #191076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191076; }
p { color: rgb(25,16,118); }
H1.HeaderClassName
{
color: #191076;
}
.AnyTagClassName
{
color: #191076;
}
</style>
background-color css
<style>
a { background-color: #191076; }
a { background-color: rgb(25,16,118); }
div.DivClassName
{
background-color: #191076;
}
.BgClassName
{
background-color: #191076;
}
</style>
border-color css
<style>
span { border-color: #191076; }
span { border-color: rgb(25,16,118); }
td.TdClassName
{
border-color: #191076;
}
.TagClassName
{
border-color: #191076;
}
</style>