Shades of Midnight #192D49
Tints of Midnight #192D49
RGB
CMYK
RGB Variations
Color information
#192D49 (or 0x192D49) is known color: Midnight. HEX triplet: 19, 2D and 49. RGB value is (25,45,73). Sum of RGB (Red+Green+Blue) = 25+45+73=143 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.48% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #192D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192D49 is #E6D2B6. Grayscale: #2A2A2A. Windows color (decimal): -15127223 or 4795673. OLE color: 4795673.
HSL color Cylindrical-coordinate representation of color #192D49: hue angle of 215º 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 #192D49 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 45 | 73 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.71 |
| HSL | 215º | 0.49% | 0.19% | - |
| HSV(B) | 215º | 0.66% | 0.29% | - |
| XYZ | 2.54 | 2.56 | 6.66 | - |
| YUV | 42.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 73 | 0.66 | 0.38 | 0 | 0.71 | 215 | 0.49 | 0.19 |
| Hex | 19 | 2D | 49 | 42 | 26 | 0 | 47 | D7 | 31 | 13 |
| Octal | 31 | 55 | 111 | 102 | 46 | 0 | 107 | 327 | 61 | 23 |
| Binary | 11001 | 101101 | 1001001 | 1000010 | 100110 | 0 | 1000111 | 11010111 | 110001 | 10011 |
Color Harmonies of #192D49
Complementary color
Monochromatic Colors of #192D49
Black with #192D49
Text Example
Text Example
White with #192D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192D49; }
p { color: rgb(25,45,73); }
H1.HeaderClassName
{
color: #192D49;
}
.AnyTagClassName
{
color: #192D49;
}
</style>
background-color css
<style>
a { background-color: #192D49; }
a { background-color: rgb(25,45,73); }
div.DivClassName
{
background-color: #192D49;
}
.BgClassName
{
background-color: #192D49;
}
</style>
border-color css
<style>
span { border-color: #192D49; }
span { border-color: rgb(25,45,73); }
td.TdClassName
{
border-color: #192D49;
}
.TagClassName
{
border-color: #192D49;
}
</style>