Shades of Midnight Express #19223C
Tints of Midnight Express #19223C
RGB
CMYK
RGB Variations
Color information
#19223C (or 0x19223C) is known color: Midnight Express. HEX triplet: 19, 22 and 3C. RGB value is (25,34,60). Sum of RGB (Red+Green+Blue) = 25+34+60=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 60 (23.83% from 255 or 50.42% from 119); Max value from RGB is 60 - color contains mainly: blue. Hex color #19223C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19223C is #E6DDC3. Grayscale: #222222. Windows color (decimal): -15130052 or 3940889. OLE color: 3940889.
HSL color Cylindrical-coordinate representation of color #19223C: hue angle of 224.57º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #19223C is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 34 | 60 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.76 |
| HSL | 224.57º | 0.41% | 0.17% | - |
| HSV(B) | 224.57º | 0.58% | 0.24% | - |
| XYZ | 1.79 | 1.68 | 4.5 | - |
| YUV | 34.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 60 | 0.58 | 0.43 | 0 | 0.76 | 224.57 | 0.41 | 0.17 |
| Hex | 19 | 22 | 3C | 3A | 2B | 0 | 4C | E1 | 29 | 11 |
| Octal | 31 | 42 | 74 | 72 | 53 | 0 | 114 | 341 | 51 | 21 |
| Binary | 11001 | 100010 | 111100 | 111010 | 101011 | 0 | 1001100 | 11100001 | 101001 | 10001 |
Color Harmonies of #19223C
Complementary color
Monochromatic Colors of #19223C
Black with #19223C
Text Example
Text Example
White with #19223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19223C; }
p { color: rgb(25,34,60); }
H1.HeaderClassName
{
color: #19223C;
}
.AnyTagClassName
{
color: #19223C;
}
</style>
background-color css
<style>
a { background-color: #19223C; }
a { background-color: rgb(25,34,60); }
div.DivClassName
{
background-color: #19223C;
}
.BgClassName
{
background-color: #19223C;
}
</style>
border-color css
<style>
span { border-color: #19223C; }
span { border-color: rgb(25,34,60); }
td.TdClassName
{
border-color: #19223C;
}
.TagClassName
{
border-color: #19223C;
}
</style>