Shades of Midnight Express #19284A
Tints of Midnight Express #19284A
RGB
CMYK
RGB Variations
Color information
#19284A (or 0x19284A) is known color: Midnight Express. HEX triplet: 19, 28 and 4A. RGB value is (25,40,74). Sum of RGB (Red+Green+Blue) = 25+40+74=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 74 (29.30% from 255 or 53.24% from 139); Max value from RGB is 74 - color contains mainly: blue. Hex color #19284A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19284A is #E6D7B5. Grayscale: #272727. Windows color (decimal): -15128502 or 4859929. OLE color: 4859929.
HSL color Cylindrical-coordinate representation of color #19284A: hue angle of 221.63º 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 #19284A is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 40 | 74 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.71 |
| HSL | 221.63º | 0.49% | 0.19% | - |
| HSV(B) | 221.63º | 0.66% | 0.29% | - |
| XYZ | 2.4 | 2.22 | 6.78 | - |
| YUV | 39.39 | 147.53 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 40 | 74 | 0.66 | 0.46 | 0 | 0.71 | 221.63 | 0.49 | 0.19 |
| Hex | 19 | 28 | 4A | 42 | 2E | 0 | 47 | DE | 31 | 13 |
| Octal | 31 | 50 | 112 | 102 | 56 | 0 | 107 | 336 | 61 | 23 |
| Binary | 11001 | 101000 | 1001010 | 1000010 | 101110 | 0 | 1000111 | 11011110 | 110001 | 10011 |
Color Harmonies of #19284A
Complementary color
Monochromatic Colors of #19284A
Black with #19284A
Text Example
Text Example
White with #19284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19284A; }
p { color: rgb(25,40,74); }
H1.HeaderClassName
{
color: #19284A;
}
.AnyTagClassName
{
color: #19284A;
}
</style>
background-color css
<style>
a { background-color: #19284A; }
a { background-color: rgb(25,40,74); }
div.DivClassName
{
background-color: #19284A;
}
.BgClassName
{
background-color: #19284A;
}
</style>
border-color css
<style>
span { border-color: #19284A; }
span { border-color: rgb(25,40,74); }
td.TdClassName
{
border-color: #19284A;
}
.TagClassName
{
border-color: #19284A;
}
</style>