Shades of Midnight #192E49
Tints of Midnight #192E49
RGB
CMYK
RGB Variations
Color information
#192E49 (or 0x192E49) is known color: Midnight. HEX triplet: 19, 2E and 49. RGB value is (25,46,73). Sum of RGB (Red+Green+Blue) = 25+46+73=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #192E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192E49 is #E6D1B6. Grayscale: #2A2A2A. Windows color (decimal): -15126967 or 4795929. OLE color: 4795929.
HSL color Cylindrical-coordinate representation of color #192E49: hue angle of 213.75º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #192E49 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 46 | 73 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.71 |
| HSL | 213.75º | 0.49% | 0.19% | - |
| HSV(B) | 213.75º | 0.66% | 0.29% | - |
| XYZ | 2.58 | 2.64 | 6.68 | - |
| YUV | 42.8 | 145.04 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 73 | 0.66 | 0.37 | 0 | 0.71 | 213.75 | 0.49 | 0.19 |
| Hex | 19 | 2E | 49 | 42 | 25 | 0 | 47 | D6 | 31 | 13 |
| Octal | 31 | 56 | 111 | 102 | 45 | 0 | 107 | 326 | 61 | 23 |
| Binary | 11001 | 101110 | 1001001 | 1000010 | 100101 | 0 | 1000111 | 11010110 | 110001 | 10011 |
Color Harmonies of #192E49
Complementary color
Monochromatic Colors of #192E49
Black with #192E49
Text Example
Text Example
White with #192E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192E49; }
p { color: rgb(25,46,73); }
H1.HeaderClassName
{
color: #192E49;
}
.AnyTagClassName
{
color: #192E49;
}
</style>
background-color css
<style>
a { background-color: #192E49; }
a { background-color: rgb(25,46,73); }
div.DivClassName
{
background-color: #192E49;
}
.BgClassName
{
background-color: #192E49;
}
</style>
border-color css
<style>
span { border-color: #192E49; }
span { border-color: rgb(25,46,73); }
td.TdClassName
{
border-color: #192E49;
}
.TagClassName
{
border-color: #192E49;
}
</style>