Shades of Midnight Express #19223A
Tints of Midnight Express #19223A
RGB
CMYK
RGB Variations
Color information
#19223A (or 0x19223A) is known color: Midnight Express. HEX triplet: 19, 22 and 3A. RGB value is (25,34,58). Sum of RGB (Red+Green+Blue) = 25+34+58=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 58 (23.05% from 255 or 49.57% from 117); Max value from RGB is 58 - color contains mainly: blue. Hex color #19223A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19223A is #E6DDC5. Grayscale: #212121. Windows color (decimal): -15130054 or 3809817. OLE color: 3809817.
HSL color Cylindrical-coordinate representation of color #19223A: hue angle of 223.64º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #19223A is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 34 | 58 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.77 |
| HSL | 223.64º | 0.4% | 0.16% | - |
| HSV(B) | 223.64º | 0.57% | 0.23% | - |
| XYZ | 1.74 | 1.66 | 4.23 | - |
| YUV | 34.05 | 141.52 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 58 | 0.57 | 0.41 | 0 | 0.77 | 223.64 | 0.4 | 0.16 |
| Hex | 19 | 22 | 3A | 39 | 29 | 0 | 4D | E0 | 28 | 10 |
| Octal | 31 | 42 | 72 | 71 | 51 | 0 | 115 | 340 | 50 | 20 |
| Binary | 11001 | 100010 | 111010 | 111001 | 101001 | 0 | 1001101 | 11100000 | 101000 | 10000 |
Color Harmonies of #19223A
Complementary color
Monochromatic Colors of #19223A
Black with #19223A
Text Example
Text Example
White with #19223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19223A; }
p { color: rgb(25,34,58); }
H1.HeaderClassName
{
color: #19223A;
}
.AnyTagClassName
{
color: #19223A;
}
</style>
background-color css
<style>
a { background-color: #19223A; }
a { background-color: rgb(25,34,58); }
div.DivClassName
{
background-color: #19223A;
}
.BgClassName
{
background-color: #19223A;
}
</style>
border-color css
<style>
span { border-color: #19223A; }
span { border-color: rgb(25,34,58); }
td.TdClassName
{
border-color: #19223A;
}
.TagClassName
{
border-color: #19223A;
}
</style>