Shades of Midnight Blue #191682
Tints of Midnight Blue #191682
RGB
CMYK
RGB Variations
Color information
#191682 (or 0x191682) is known color: Midnight Blue. HEX triplet: 19, 16 and 82. RGB value is (25,22,130). Sum of RGB (Red+Green+Blue) = 25+22+130=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 130 (51.17% from 255 or 73.45% from 177); Max value from RGB is 130 - color contains mainly: blue. Hex color #191682 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191682 is #E6E97D. Grayscale: #222222. Windows color (decimal): -15133054 or 8525337. OLE color: 8525337.
HSL color Cylindrical-coordinate representation of color #191682: hue angle of 241.67º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #191682 is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 22 | 130 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.49 |
| HSL | 241.67º | 0.71% | 0.3% | - |
| HSV(B) | 241.67º | 0.83% | 0.51% | - |
| XYZ | 4.72 | 2.39 | 21.33 | - |
| YUV | 35.21 | 181.49 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 22 | 130 | 0.81 | 0.83 | 0 | 0.49 | 241.67 | 0.71 | 0.3 |
| Hex | 19 | 16 | 82 | 51 | 53 | 0 | 31 | F2 | 47 | 1E |
| Octal | 31 | 26 | 202 | 121 | 123 | 0 | 61 | 362 | 107 | 36 |
| Binary | 11001 | 10110 | 10000010 | 1010001 | 1010011 | 0 | 110001 | 11110010 | 1000111 | 11110 |
Color Harmonies of #191682
Complementary color
Monochromatic Colors of #191682
Black with #191682
Text Example
Text Example
White with #191682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191682; }
p { color: rgb(25,22,130); }
H1.HeaderClassName
{
color: #191682;
}
.AnyTagClassName
{
color: #191682;
}
</style>
background-color css
<style>
a { background-color: #191682; }
a { background-color: rgb(25,22,130); }
div.DivClassName
{
background-color: #191682;
}
.BgClassName
{
background-color: #191682;
}
</style>
border-color css
<style>
span { border-color: #191682; }
span { border-color: rgb(25,22,130); }
td.TdClassName
{
border-color: #191682;
}
.TagClassName
{
border-color: #191682;
}
</style>