Shades of Midnight Blue #191982
Tints of Midnight Blue #191982
RGB
CMYK
RGB Variations
Color information
#191982 (or 0x191982) is known color: Midnight Blue. HEX triplet: 19, 19 and 82. RGB value is (25,25,130). Sum of RGB (Red+Green+Blue) = 25+25+130=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 130 (51.17% from 255 or 72.22% from 180); Max value from RGB is 130 - color contains mainly: blue. Hex color #191982 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191982 is #E6E67D. Grayscale: #242424. Windows color (decimal): -15132286 or 8526105. OLE color: 8526105.
HSL color Cylindrical-coordinate representation of color #191982: hue angle of 240º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #191982 is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 25 | 130 | - |
| CMYK | 0.81 | 0.81 | 0 | 0.49 |
| HSL | 240º | 0.68% | 0.3% | - |
| HSV(B) | 240º | 0.81% | 0.51% | - |
| XYZ | 4.78 | 2.51 | 21.35 | - |
| YUV | 36.97 | 180.5 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 25 | 130 | 0.81 | 0.81 | 0 | 0.49 | 240 | 0.68 | 0.3 |
| Hex | 19 | 19 | 82 | 51 | 51 | 0 | 31 | F0 | 44 | 1E |
| Octal | 31 | 31 | 202 | 121 | 121 | 0 | 61 | 360 | 104 | 36 |
| Binary | 11001 | 11001 | 10000010 | 1010001 | 1010001 | 0 | 110001 | 11110000 | 1000100 | 11110 |
Color Harmonies of #191982
Complementary color
Monochromatic Colors of #191982
Black with #191982
Text Example
Text Example
White with #191982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191982; }
p { color: rgb(25,25,130); }
H1.HeaderClassName
{
color: #191982;
}
.AnyTagClassName
{
color: #191982;
}
</style>
background-color css
<style>
a { background-color: #191982; }
a { background-color: rgb(25,25,130); }
div.DivClassName
{
background-color: #191982;
}
.BgClassName
{
background-color: #191982;
}
</style>
border-color css
<style>
span { border-color: #191982; }
span { border-color: rgb(25,25,130); }
td.TdClassName
{
border-color: #191982;
}
.TagClassName
{
border-color: #191982;
}
</style>