Shades of Midnight Express #191A43
Tints of Midnight Express #191A43
RGB
CMYK
RGB Variations
Color information
#191A43 (or 0x191A43) is known color: Midnight Express. HEX triplet: 19, 1A and 43. RGB value is (25,26,67). Sum of RGB (Red+Green+Blue) = 25+26+67=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 67 (26.56% from 255 or 56.78% from 118); Max value from RGB is 67 - color contains mainly: blue. Hex color #191A43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191A43 is #E6E5BC. Grayscale: #1E1E1E. Windows color (decimal): -15132093 or 4397593. OLE color: 4397593.
HSL color Cylindrical-coordinate representation of color #191A43: hue angle of 238.57º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #191A43 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 26 | 67 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.74 |
| HSL | 238.57º | 0.46% | 0.18% | - |
| HSV(B) | 238.57º | 0.63% | 0.26% | - |
| XYZ | 1.78 | 1.35 | 5.48 | - |
| YUV | 30.38 | 148.67 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 67 | 0.63 | 0.61 | 0 | 0.74 | 238.57 | 0.46 | 0.18 |
| Hex | 19 | 1A | 43 | 3F | 3D | 0 | 4A | EF | 2E | 12 |
| Octal | 31 | 32 | 103 | 77 | 75 | 0 | 112 | 357 | 56 | 22 |
| Binary | 11001 | 11010 | 1000011 | 111111 | 111101 | 0 | 1001010 | 11101111 | 101110 | 10010 |
Color Harmonies of #191A43
Complementary color
Monochromatic Colors of #191A43
Black with #191A43
Text Example
Text Example
White with #191A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191A43; }
p { color: rgb(25,26,67); }
H1.HeaderClassName
{
color: #191A43;
}
.AnyTagClassName
{
color: #191A43;
}
</style>
background-color css
<style>
a { background-color: #191A43; }
a { background-color: rgb(25,26,67); }
div.DivClassName
{
background-color: #191A43;
}
.BgClassName
{
background-color: #191A43;
}
</style>
border-color css
<style>
span { border-color: #191A43; }
span { border-color: rgb(25,26,67); }
td.TdClassName
{
border-color: #191A43;
}
.TagClassName
{
border-color: #191A43;
}
</style>