Shades of Midnight Express #19223B
Tints of Midnight Express #19223B
RGB
CMYK
RGB Variations
Color information
#19223B (or 0x19223B) is known color: Midnight Express. HEX triplet: 19, 22 and 3B. RGB value is (25,34,59). Sum of RGB (Red+Green+Blue) = 25+34+59=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 59 (23.44% from 255 or 50% from 118); Max value from RGB is 59 - color contains mainly: blue. Hex color #19223B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19223B is #E6DDC4. Grayscale: #222222. Windows color (decimal): -15130053 or 3875353. OLE color: 3875353.
HSL color Cylindrical-coordinate representation of color #19223B: hue angle of 224.12º 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 #19223B is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 34 | 59 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.77 |
| HSL | 224.12º | 0.4% | 0.16% | - |
| HSV(B) | 224.12º | 0.58% | 0.23% | - |
| XYZ | 1.76 | 1.67 | 4.37 | - |
| YUV | 34.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 59 | 0.58 | 0.42 | 0 | 0.77 | 224.12 | 0.4 | 0.16 |
| Hex | 19 | 22 | 3B | 3A | 2A | 0 | 4D | E0 | 28 | 10 |
| Octal | 31 | 42 | 73 | 72 | 52 | 0 | 115 | 340 | 50 | 20 |
| Binary | 11001 | 100010 | 111011 | 111010 | 101010 | 0 | 1001101 | 11100000 | 101000 | 10000 |
Color Harmonies of #19223B
Complementary color
Monochromatic Colors of #19223B
Black with #19223B
Text Example
Text Example
White with #19223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19223B; }
p { color: rgb(25,34,59); }
H1.HeaderClassName
{
color: #19223B;
}
.AnyTagClassName
{
color: #19223B;
}
</style>
background-color css
<style>
a { background-color: #19223B; }
a { background-color: rgb(25,34,59); }
div.DivClassName
{
background-color: #19223B;
}
.BgClassName
{
background-color: #19223B;
}
</style>
border-color css
<style>
span { border-color: #19223B; }
span { border-color: rgb(25,34,59); }
td.TdClassName
{
border-color: #19223B;
}
.TagClassName
{
border-color: #19223B;
}
</style>