Shades of Midnight Express #19223F
Tints of Midnight Express #19223F
RGB
CMYK
RGB Variations
Color information
#19223F (or 0x19223F) is known color: Midnight Express. HEX triplet: 19, 22 and 3F. RGB value is (25,34,63). Sum of RGB (Red+Green+Blue) = 25+34+63=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 63 (25% from 255 or 51.64% from 122); Max value from RGB is 63 - color contains mainly: blue. Hex color #19223F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19223F is #E6DDC0. Grayscale: #222222. Windows color (decimal): -15130049 or 4137497. OLE color: 4137497.
HSL color Cylindrical-coordinate representation of color #19223F: hue angle of 225.79º 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 #19223F is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 34 | 63 | - |
| CMYK | 0.60 | 0.46 | 0 | 0.75 |
| HSL | 225.79º | 0.43% | 0.17% | - |
| HSV(B) | 225.79º | 0.6% | 0.25% | - |
| XYZ | 1.87 | 1.71 | 4.93 | - |
| YUV | 34.62 | 144.02 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 63 | 0.60 | 0.46 | 0 | 0.75 | 225.79 | 0.43 | 0.17 |
| Hex | 19 | 22 | 3F | 3C | 2E | 0 | 4B | E2 | 2B | 11 |
| Octal | 31 | 42 | 77 | 74 | 56 | 0 | 113 | 342 | 53 | 21 |
| Binary | 11001 | 100010 | 111111 | 111100 | 101110 | 0 | 1001011 | 11100010 | 101011 | 10001 |
Color Harmonies of #19223F
Complementary color
Monochromatic Colors of #19223F
Black with #19223F
Text Example
Text Example
White with #19223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19223F; }
p { color: rgb(25,34,63); }
H1.HeaderClassName
{
color: #19223F;
}
.AnyTagClassName
{
color: #19223F;
}
</style>
background-color css
<style>
a { background-color: #19223F; }
a { background-color: rgb(25,34,63); }
div.DivClassName
{
background-color: #19223F;
}
.BgClassName
{
background-color: #19223F;
}
</style>
border-color css
<style>
span { border-color: #19223F; }
span { border-color: rgb(25,34,63); }
td.TdClassName
{
border-color: #19223F;
}
.TagClassName
{
border-color: #19223F;
}
</style>