Shades of Midnight Express #19224A
Tints of Midnight Express #19224A
RGB
CMYK
RGB Variations
Color information
#19224A (or 0x19224A) is known color: Midnight Express. HEX triplet: 19, 22 and 4A. RGB value is (25,34,74). Sum of RGB (Red+Green+Blue) = 25+34+74=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 74 (29.30% from 255 or 55.64% from 133); Max value from RGB is 74 - color contains mainly: blue. Hex color #19224A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19224A is #E6DDB5. Grayscale: #232323. Windows color (decimal): -15130038 or 4858393. OLE color: 4858393.
HSL color Cylindrical-coordinate representation of color #19224A: hue angle of 228.98º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #19224A is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 34 | 74 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.71 |
| HSL | 228.98º | 0.49% | 0.19% | - |
| HSV(B) | 228.98º | 0.66% | 0.29% | - |
| XYZ | 2.21 | 1.85 | 6.72 | - |
| YUV | 35.87 | 149.52 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 74 | 0.66 | 0.54 | 0 | 0.71 | 228.98 | 0.49 | 0.19 |
| Hex | 19 | 22 | 4A | 42 | 36 | 0 | 47 | E5 | 31 | 13 |
| Octal | 31 | 42 | 112 | 102 | 66 | 0 | 107 | 345 | 61 | 23 |
| Binary | 11001 | 100010 | 1001010 | 1000010 | 110110 | 0 | 1000111 | 11100101 | 110001 | 10011 |
Color Harmonies of #19224A
Complementary color
Monochromatic Colors of #19224A
Black with #19224A
Text Example
Text Example
White with #19224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19224A; }
p { color: rgb(25,34,74); }
H1.HeaderClassName
{
color: #19224A;
}
.AnyTagClassName
{
color: #19224A;
}
</style>
background-color css
<style>
a { background-color: #19224A; }
a { background-color: rgb(25,34,74); }
div.DivClassName
{
background-color: #19224A;
}
.BgClassName
{
background-color: #19224A;
}
</style>
border-color css
<style>
span { border-color: #19224A; }
span { border-color: rgb(25,34,74); }
td.TdClassName
{
border-color: #19224A;
}
.TagClassName
{
border-color: #19224A;
}
</style>