Shades of Midnight Express #19294A
Tints of Midnight Express #19294A
RGB
CMYK
RGB Variations
Color information
#19294A (or 0x19294A) is known color: Midnight Express. HEX triplet: 19, 29 and 4A. RGB value is (25,41,74). Sum of RGB (Red+Green+Blue) = 25+41+74=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 74 (29.30% from 255 or 52.86% from 140); Max value from RGB is 74 - color contains mainly: blue. Hex color #19294A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19294A is #E6D6B5. Grayscale: #272727. Windows color (decimal): -15128246 or 4860185. OLE color: 4860185.
HSL color Cylindrical-coordinate representation of color #19294A: hue angle of 220.41º 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 #19294A is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 41 | 74 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.71 |
| HSL | 220.41º | 0.49% | 0.19% | - |
| HSV(B) | 220.41º | 0.66% | 0.29% | - |
| XYZ | 2.43 | 2.29 | 6.79 | - |
| YUV | 39.98 | 147.2 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 74 | 0.66 | 0.45 | 0 | 0.71 | 220.41 | 0.49 | 0.19 |
| Hex | 19 | 29 | 4A | 42 | 2D | 0 | 47 | DC | 31 | 13 |
| Octal | 31 | 51 | 112 | 102 | 55 | 0 | 107 | 334 | 61 | 23 |
| Binary | 11001 | 101001 | 1001010 | 1000010 | 101101 | 0 | 1000111 | 11011100 | 110001 | 10011 |
Color Harmonies of #19294A
Complementary color
Monochromatic Colors of #19294A
Black with #19294A
Text Example
Text Example
White with #19294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19294A; }
p { color: rgb(25,41,74); }
H1.HeaderClassName
{
color: #19294A;
}
.AnyTagClassName
{
color: #19294A;
}
</style>
background-color css
<style>
a { background-color: #19294A; }
a { background-color: rgb(25,41,74); }
div.DivClassName
{
background-color: #19294A;
}
.BgClassName
{
background-color: #19294A;
}
</style>
border-color css
<style>
span { border-color: #19294A; }
span { border-color: rgb(25,41,74); }
td.TdClassName
{
border-color: #19294A;
}
.TagClassName
{
border-color: #19294A;
}
</style>