Shades of Midnight Blue #192582
Tints of Midnight Blue #192582
RGB
CMYK
RGB Variations
Color information
#192582 (or 0x192582) is known color: Midnight Blue. HEX triplet: 19, 25 and 82. RGB value is (25,37,130). Sum of RGB (Red+Green+Blue) = 25+37+130=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 130 (51.17% from 255 or 67.71% from 192); Max value from RGB is 130 - color contains mainly: blue. Hex color #192582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192582 is #E6DA7D. Grayscale: #2B2B2B. Windows color (decimal): -15129214 or 8529177. OLE color: 8529177.
HSL color Cylindrical-coordinate representation of color #192582: hue angle of 233.14º 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 #192582 is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 37 | 130 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.49 |
| HSL | 233.14º | 0.68% | 0.3% | - |
| HSV(B) | 233.14º | 0.81% | 0.51% | - |
| XYZ | 5.09 | 3.14 | 21.46 | - |
| YUV | 44.01 | 176.52 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 130 | 0.81 | 0.72 | 0 | 0.49 | 233.14 | 0.68 | 0.3 |
| Hex | 19 | 25 | 82 | 51 | 48 | 0 | 31 | E9 | 44 | 1E |
| Octal | 31 | 45 | 202 | 121 | 110 | 0 | 61 | 351 | 104 | 36 |
| Binary | 11001 | 100101 | 10000010 | 1010001 | 1001000 | 0 | 110001 | 11101001 | 1000100 | 11110 |
Color Harmonies of #192582
Complementary color
Monochromatic Colors of #192582
Black with #192582
Text Example
Text Example
White with #192582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192582; }
p { color: rgb(25,37,130); }
H1.HeaderClassName
{
color: #192582;
}
.AnyTagClassName
{
color: #192582;
}
</style>
background-color css
<style>
a { background-color: #192582; }
a { background-color: rgb(25,37,130); }
div.DivClassName
{
background-color: #192582;
}
.BgClassName
{
background-color: #192582;
}
</style>
border-color css
<style>
span { border-color: #192582; }
span { border-color: rgb(25,37,130); }
td.TdClassName
{
border-color: #192582;
}
.TagClassName
{
border-color: #192582;
}
</style>