Shades of Midnight #19283B
Tints of Midnight #19283B
RGB
CMYK
RGB Variations
Color information
#19283B (or 0x19283B) is known color: Midnight. HEX triplet: 19, 28 and 3B. RGB value is (25,40,59). Sum of RGB (Red+Green+Blue) = 25+40+59=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 59 (23.44% from 255 or 47.58% from 124); Max value from RGB is 59 - color contains mainly: blue. Hex color #19283B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19283B is #E6D7C4. Grayscale: #252525. Windows color (decimal): -15128517 or 3876889. OLE color: 3876889.
HSL color Cylindrical-coordinate representation of color #19283B: hue angle of 213.53º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #19283B is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 40 | 59 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.77 |
| HSL | 213.53º | 0.4% | 0.16% | - |
| HSV(B) | 213.53º | 0.58% | 0.23% | - |
| XYZ | 1.95 | 2.04 | 4.43 | - |
| YUV | 37.68 | 140.03 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 40 | 59 | 0.58 | 0.32 | 0 | 0.77 | 213.53 | 0.4 | 0.16 |
| Hex | 19 | 28 | 3B | 3A | 20 | 0 | 4D | D6 | 28 | 10 |
| Octal | 31 | 50 | 73 | 72 | 40 | 0 | 115 | 326 | 50 | 20 |
| Binary | 11001 | 101000 | 111011 | 111010 | 100000 | 0 | 1001101 | 11010110 | 101000 | 10000 |
Color Harmonies of #19283B
Complementary color
Monochromatic Colors of #19283B
Black with #19283B
Text Example
Text Example
White with #19283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19283B; }
p { color: rgb(25,40,59); }
H1.HeaderClassName
{
color: #19283B;
}
.AnyTagClassName
{
color: #19283B;
}
</style>
background-color css
<style>
a { background-color: #19283B; }
a { background-color: rgb(25,40,59); }
div.DivClassName
{
background-color: #19283B;
}
.BgClassName
{
background-color: #19283B;
}
</style>
border-color css
<style>
span { border-color: #19283B; }
span { border-color: rgb(25,40,59); }
td.TdClassName
{
border-color: #19283B;
}
.TagClassName
{
border-color: #19283B;
}
</style>