Shades of Midnight Express #191A3D
Tints of Midnight Express #191A3D
RGB
CMYK
RGB Variations
Color information
#191A3D (or 0x191A3D) is known color: Midnight Express. HEX triplet: 19, 1A and 3D. RGB value is (25,26,61). Sum of RGB (Red+Green+Blue) = 25+26+61=112 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.32% from 112); Green value is 26 (10.55% from 255 or 23.21% from 112); Blue value is 61 (24.22% from 255 or 54.46% from 112); Max value from RGB is 61 - color contains mainly: blue. Hex color #191A3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191A3D is #E6E5C2. Grayscale: #1D1D1D. Windows color (decimal): -15132099 or 4004377. OLE color: 4004377.
HSL color Cylindrical-coordinate representation of color #191A3D: hue angle of 238.33º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #191A3D is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 26 | 61 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.76 |
| HSL | 238.33º | 0.42% | 0.17% | - |
| HSV(B) | 238.33º | 0.59% | 0.24% | - |
| XYZ | 1.61 | 1.28 | 4.58 | - |
| YUV | 29.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 61 | 0.59 | 0.57 | 0 | 0.76 | 238.33 | 0.42 | 0.17 |
| Hex | 19 | 1A | 3D | 3B | 39 | 0 | 4C | EE | 2A | 11 |
| Octal | 31 | 32 | 75 | 73 | 71 | 0 | 114 | 356 | 52 | 21 |
| Binary | 11001 | 11010 | 111101 | 111011 | 111001 | 0 | 1001100 | 11101110 | 101010 | 10001 |
Color Harmonies of #191A3D
Complementary color
Monochromatic Colors of #191A3D
Black with #191A3D
Text Example
Text Example
White with #191A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191A3D; }
p { color: rgb(25,26,61); }
H1.HeaderClassName
{
color: #191A3D;
}
.AnyTagClassName
{
color: #191A3D;
}
</style>
background-color css
<style>
a { background-color: #191A3D; }
a { background-color: rgb(25,26,61); }
div.DivClassName
{
background-color: #191A3D;
}
.BgClassName
{
background-color: #191A3D;
}
</style>
border-color css
<style>
span { border-color: #191A3D; }
span { border-color: rgb(25,26,61); }
td.TdClassName
{
border-color: #191A3D;
}
.TagClassName
{
border-color: #191A3D;
}
</style>