Shades of Midnight Express #191F4A
Tints of Midnight Express #191F4A
RGB
CMYK
RGB Variations
Color information
#191F4A (or 0x191F4A) is known color: Midnight Express. HEX triplet: 19, 1F and 4A. RGB value is (25,31,74). Sum of RGB (Red+Green+Blue) = 25+31+74=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 74 (29.30% from 255 or 56.92% from 130); Max value from RGB is 74 - color contains mainly: blue. Hex color #191F4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191F4A is #E6E0B5. Grayscale: #212121. Windows color (decimal): -15130806 or 4857625. OLE color: 4857625.
HSL color Cylindrical-coordinate representation of color #191F4A: hue angle of 232.65º 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 #191F4A is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 31 | 74 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.71 |
| HSL | 232.65º | 0.49% | 0.19% | - |
| HSV(B) | 232.65º | 0.66% | 0.29% | - |
| XYZ | 2.13 | 1.68 | 6.69 | - |
| YUV | 34.11 | 150.51 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 74 | 0.66 | 0.58 | 0 | 0.71 | 232.65 | 0.49 | 0.19 |
| Hex | 19 | 1F | 4A | 42 | 3A | 0 | 47 | E9 | 31 | 13 |
| Octal | 31 | 37 | 112 | 102 | 72 | 0 | 107 | 351 | 61 | 23 |
| Binary | 11001 | 11111 | 1001010 | 1000010 | 111010 | 0 | 1000111 | 11101001 | 110001 | 10011 |
Color Harmonies of #191F4A
Complementary color
Monochromatic Colors of #191F4A
Black with #191F4A
Text Example
Text Example
White with #191F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191F4A; }
p { color: rgb(25,31,74); }
H1.HeaderClassName
{
color: #191F4A;
}
.AnyTagClassName
{
color: #191F4A;
}
</style>
background-color css
<style>
a { background-color: #191F4A; }
a { background-color: rgb(25,31,74); }
div.DivClassName
{
background-color: #191F4A;
}
.BgClassName
{
background-color: #191F4A;
}
</style>
border-color css
<style>
span { border-color: #191F4A; }
span { border-color: rgb(25,31,74); }
td.TdClassName
{
border-color: #191F4A;
}
.TagClassName
{
border-color: #191F4A;
}
</style>