Shades of Midnight #192A40
Tints of Midnight #192A40
RGB
CMYK
RGB Variations
Color information
#192A40 (or 0x192A40) is known color: Midnight. HEX triplet: 19, 2A and 40. RGB value is (25,42,64). Sum of RGB (Red+Green+Blue) = 25+42+64=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #192A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192A40 is #E6D5BF. Grayscale: #272727. Windows color (decimal): -15128000 or 4205081. OLE color: 4205081.
HSL color Cylindrical-coordinate representation of color #192A40: hue angle of 213.85º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #192A40 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 42 | 64 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.75 |
| HSL | 213.85º | 0.44% | 0.17% | - |
| HSV(B) | 213.85º | 0.61% | 0.25% | - |
| XYZ | 2.15 | 2.23 | 5.17 | - |
| YUV | 39.43 | 141.87 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 64 | 0.61 | 0.34 | 0 | 0.75 | 213.85 | 0.44 | 0.17 |
| Hex | 19 | 2A | 40 | 3D | 22 | 0 | 4B | D6 | 2C | 11 |
| Octal | 31 | 52 | 100 | 75 | 42 | 0 | 113 | 326 | 54 | 21 |
| Binary | 11001 | 101010 | 1000000 | 111101 | 100010 | 0 | 1001011 | 11010110 | 101100 | 10001 |
Color Harmonies of #192A40
Complementary color
Monochromatic Colors of #192A40
Black with #192A40
Text Example
Text Example
White with #192A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192A40; }
p { color: rgb(25,42,64); }
H1.HeaderClassName
{
color: #192A40;
}
.AnyTagClassName
{
color: #192A40;
}
</style>
background-color css
<style>
a { background-color: #192A40; }
a { background-color: rgb(25,42,64); }
div.DivClassName
{
background-color: #192A40;
}
.BgClassName
{
background-color: #192A40;
}
</style>
border-color css
<style>
span { border-color: #192A40; }
span { border-color: rgb(25,42,64); }
td.TdClassName
{
border-color: #192A40;
}
.TagClassName
{
border-color: #192A40;
}
</style>