Shades of Midnight Blue #192782
Tints of Midnight Blue #192782
RGB
CMYK
RGB Variations
Color information
#192782 (or 0x192782) is known color: Midnight Blue. HEX triplet: 19, 27 and 82. RGB value is (25,39,130). Sum of RGB (Red+Green+Blue) = 25+39+130=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 130 (51.17% from 255 or 67.01% from 194); Max value from RGB is 130 - color contains mainly: blue. Hex color #192782 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192782 is #E6D87D. Grayscale: #2C2C2C. Windows color (decimal): -15128702 or 8529689. OLE color: 8529689.
HSL color Cylindrical-coordinate representation of color #192782: hue angle of 232º 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 #192782 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 39 | 130 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.49 |
| HSL | 232º | 0.68% | 0.3% | - |
| HSV(B) | 232º | 0.81% | 0.51% | - |
| XYZ | 5.16 | 3.27 | 21.48 | - |
| YUV | 45.19 | 175.86 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 39 | 130 | 0.81 | 0.70 | 0 | 0.49 | 232 | 0.68 | 0.3 |
| Hex | 19 | 27 | 82 | 51 | 46 | 0 | 31 | E8 | 44 | 1E |
| Octal | 31 | 47 | 202 | 121 | 106 | 0 | 61 | 350 | 104 | 36 |
| Binary | 11001 | 100111 | 10000010 | 1010001 | 1000110 | 0 | 110001 | 11101000 | 1000100 | 11110 |
Color Harmonies of #192782
Complementary color
Monochromatic Colors of #192782
Black with #192782
Text Example
Text Example
White with #192782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192782; }
p { color: rgb(25,39,130); }
H1.HeaderClassName
{
color: #192782;
}
.AnyTagClassName
{
color: #192782;
}
</style>
background-color css
<style>
a { background-color: #192782; }
a { background-color: rgb(25,39,130); }
div.DivClassName
{
background-color: #192782;
}
.BgClassName
{
background-color: #192782;
}
</style>
border-color css
<style>
span { border-color: #192782; }
span { border-color: rgb(25,39,130); }
td.TdClassName
{
border-color: #192782;
}
.TagClassName
{
border-color: #192782;
}
</style>