Shades of Midnight Express #191C47
Tints of Midnight Express #191C47
RGB
CMYK
RGB Variations
Color information
#191C47 (or 0x191C47) is known color: Midnight Express. HEX triplet: 19, 1C and 47. RGB value is (25,28,71). Sum of RGB (Red+Green+Blue) = 25+28+71=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 71 (28.12% from 255 or 57.26% from 124); Max value from RGB is 71 - color contains mainly: blue. Hex color #191C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191C47 is #E6E3B8. Grayscale: #1F1F1F. Windows color (decimal): -15131577 or 4660249. OLE color: 4660249.
HSL color Cylindrical-coordinate representation of color #191C47: hue angle of 236.09º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #191C47 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 28 | 71 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.72 |
| HSL | 236.09º | 0.48% | 0.19% | - |
| HSV(B) | 236.09º | 0.65% | 0.28% | - |
| XYZ | 1.95 | 1.49 | 6.15 | - |
| YUV | 32.01 | 150.01 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 71 | 0.65 | 0.61 | 0 | 0.72 | 236.09 | 0.48 | 0.19 |
| Hex | 19 | 1C | 47 | 41 | 3D | 0 | 48 | EC | 30 | 13 |
| Octal | 31 | 34 | 107 | 101 | 75 | 0 | 110 | 354 | 60 | 23 |
| Binary | 11001 | 11100 | 1000111 | 1000001 | 111101 | 0 | 1001000 | 11101100 | 110000 | 10011 |
Color Harmonies of #191C47
Complementary color
Monochromatic Colors of #191C47
Black with #191C47
Text Example
Text Example
White with #191C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191C47; }
p { color: rgb(25,28,71); }
H1.HeaderClassName
{
color: #191C47;
}
.AnyTagClassName
{
color: #191C47;
}
</style>
background-color css
<style>
a { background-color: #191C47; }
a { background-color: rgb(25,28,71); }
div.DivClassName
{
background-color: #191C47;
}
.BgClassName
{
background-color: #191C47;
}
</style>
border-color css
<style>
span { border-color: #191C47; }
span { border-color: rgb(25,28,71); }
td.TdClassName
{
border-color: #191C47;
}
.TagClassName
{
border-color: #191C47;
}
</style>