Shades of Midnight #192E4D
Tints of Midnight #192E4D
RGB
CMYK
RGB Variations
Color information
#192E4D (or 0x192E4D) is known color: Midnight. HEX triplet: 19, 2E and 4D. RGB value is (25,46,77). Sum of RGB (Red+Green+Blue) = 25+46+77=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #192E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192E4D is #E6D1B2. Grayscale: #2B2B2B. Windows color (decimal): -15126963 or 5058073. OLE color: 5058073.
HSL color Cylindrical-coordinate representation of color #192E4D: hue angle of 215.77º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #192E4D is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 46 | 77 | - |
| CMYK | 0.68 | 0.40 | 0 | 0.70 |
| HSL | 215.77º | 0.51% | 0.2% | - |
| HSV(B) | 215.77º | 0.68% | 0.3% | - |
| XYZ | 2.72 | 2.7 | 7.4 | - |
| YUV | 43.26 | 147.04 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 77 | 0.68 | 0.40 | 0 | 0.70 | 215.77 | 0.51 | 0.2 |
| Hex | 19 | 2E | 4D | 44 | 28 | 0 | 46 | D8 | 33 | 14 |
| Octal | 31 | 56 | 115 | 104 | 50 | 0 | 106 | 330 | 63 | 24 |
| Binary | 11001 | 101110 | 1001101 | 1000100 | 101000 | 0 | 1000110 | 11011000 | 110011 | 10100 |
Color Harmonies of #192E4D
Complementary color
Monochromatic Colors of #192E4D
Black with #192E4D
Text Example
Text Example
White with #192E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192E4D; }
p { color: rgb(25,46,77); }
H1.HeaderClassName
{
color: #192E4D;
}
.AnyTagClassName
{
color: #192E4D;
}
</style>
background-color css
<style>
a { background-color: #192E4D; }
a { background-color: rgb(25,46,77); }
div.DivClassName
{
background-color: #192E4D;
}
.BgClassName
{
background-color: #192E4D;
}
</style>
border-color css
<style>
span { border-color: #192E4D; }
span { border-color: rgb(25,46,77); }
td.TdClassName
{
border-color: #192E4D;
}
.TagClassName
{
border-color: #192E4D;
}
</style>