Shades of Midnight #192A47
Tints of Midnight #192A47
RGB
CMYK
RGB Variations
Color information
#192A47 (or 0x192A47) is known color: Midnight. HEX triplet: 19, 2A and 47. RGB value is (25,42,71). Sum of RGB (Red+Green+Blue) = 25+42+71=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #192A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192A47 is #E6D5B8. Grayscale: #282828. Windows color (decimal): -15127993 or 4663833. OLE color: 4663833.
HSL color Cylindrical-coordinate representation of color #192A47: hue angle of 217.83º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #192A47 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 42 | 71 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.72 |
| HSL | 217.83º | 0.48% | 0.19% | - |
| HSV(B) | 217.83º | 0.65% | 0.28% | - |
| XYZ | 2.37 | 2.32 | 6.28 | - |
| YUV | 40.22 | 145.37 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 71 | 0.65 | 0.41 | 0 | 0.72 | 217.83 | 0.48 | 0.19 |
| Hex | 19 | 2A | 47 | 41 | 29 | 0 | 48 | DA | 30 | 13 |
| Octal | 31 | 52 | 107 | 101 | 51 | 0 | 110 | 332 | 60 | 23 |
| Binary | 11001 | 101010 | 1000111 | 1000001 | 101001 | 0 | 1001000 | 11011010 | 110000 | 10011 |
Color Harmonies of #192A47
Complementary color
Monochromatic Colors of #192A47
Black with #192A47
Text Example
Text Example
White with #192A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192A47; }
p { color: rgb(25,42,71); }
H1.HeaderClassName
{
color: #192A47;
}
.AnyTagClassName
{
color: #192A47;
}
</style>
background-color css
<style>
a { background-color: #192A47; }
a { background-color: rgb(25,42,71); }
div.DivClassName
{
background-color: #192A47;
}
.BgClassName
{
background-color: #192A47;
}
</style>
border-color css
<style>
span { border-color: #192A47; }
span { border-color: rgb(25,42,71); }
td.TdClassName
{
border-color: #192A47;
}
.TagClassName
{
border-color: #192A47;
}
</style>