Shades of Midnight #19293F
Tints of Midnight #19293F
RGB
CMYK
RGB Variations
Color information
#19293F (or 0x19293F) is known color: Midnight. HEX triplet: 19, 29 and 3F. RGB value is (25,41,63). Sum of RGB (Red+Green+Blue) = 25+41+63=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 63 - color contains mainly: blue. Hex color #19293F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19293F is #E6D6C0. Grayscale: #262626. Windows color (decimal): -15128257 or 4139289. OLE color: 4139289.
HSL color Cylindrical-coordinate representation of color #19293F: hue angle of 214.74º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #19293F is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 41 | 63 | - |
| CMYK | 0.60 | 0.35 | 0 | 0.75 |
| HSL | 214.74º | 0.43% | 0.17% | - |
| HSV(B) | 214.74º | 0.6% | 0.25% | - |
| XYZ | 2.09 | 2.15 | 5.01 | - |
| YUV | 38.72 | 141.7 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 63 | 0.60 | 0.35 | 0 | 0.75 | 214.74 | 0.43 | 0.17 |
| Hex | 19 | 29 | 3F | 3C | 23 | 0 | 4B | D7 | 2B | 11 |
| Octal | 31 | 51 | 77 | 74 | 43 | 0 | 113 | 327 | 53 | 21 |
| Binary | 11001 | 101001 | 111111 | 111100 | 100011 | 0 | 1001011 | 11010111 | 101011 | 10001 |
Color Harmonies of #19293F
Complementary color
Monochromatic Colors of #19293F
Black with #19293F
Text Example
Text Example
White with #19293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19293F; }
p { color: rgb(25,41,63); }
H1.HeaderClassName
{
color: #19293F;
}
.AnyTagClassName
{
color: #19293F;
}
</style>
background-color css
<style>
a { background-color: #19293F; }
a { background-color: rgb(25,41,63); }
div.DivClassName
{
background-color: #19293F;
}
.BgClassName
{
background-color: #19293F;
}
</style>
border-color css
<style>
span { border-color: #19293F; }
span { border-color: rgb(25,41,63); }
td.TdClassName
{
border-color: #19293F;
}
.TagClassName
{
border-color: #19293F;
}
</style>