Shades of Midnight Express #191B3A
Tints of Midnight Express #191B3A
RGB
CMYK
RGB Variations
Color information
#191B3A (or 0x191B3A) is known color: Midnight Express. HEX triplet: 19, 1B and 3A. RGB value is (25,27,58). Sum of RGB (Red+Green+Blue) = 25+27+58=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 58 (23.05% from 255 or 52.73% from 110); Max value from RGB is 58 - color contains mainly: blue. Hex color #191B3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191B3A is #E6E4C5. Grayscale: #1D1D1D. Windows color (decimal): -15131846 or 3808025. OLE color: 3808025.
HSL color Cylindrical-coordinate representation of color #191B3A: hue angle of 236.36º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #191B3A is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 27 | 58 | - |
| CMYK | 0.57 | 0.53 | 0 | 0.77 |
| HSL | 236.36º | 0.4% | 0.16% | - |
| HSV(B) | 236.36º | 0.57% | 0.23% | - |
| XYZ | 1.56 | 1.3 | 4.17 | - |
| YUV | 29.94 | 143.84 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 58 | 0.57 | 0.53 | 0 | 0.77 | 236.36 | 0.4 | 0.16 |
| Hex | 19 | 1B | 3A | 39 | 35 | 0 | 4D | EC | 28 | 10 |
| Octal | 31 | 33 | 72 | 71 | 65 | 0 | 115 | 354 | 50 | 20 |
| Binary | 11001 | 11011 | 111010 | 111001 | 110101 | 0 | 1001101 | 11101100 | 101000 | 10000 |
Color Harmonies of #191B3A
Complementary color
Monochromatic Colors of #191B3A
Black with #191B3A
Text Example
Text Example
White with #191B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B3A; }
p { color: rgb(25,27,58); }
H1.HeaderClassName
{
color: #191B3A;
}
.AnyTagClassName
{
color: #191B3A;
}
</style>
background-color css
<style>
a { background-color: #191B3A; }
a { background-color: rgb(25,27,58); }
div.DivClassName
{
background-color: #191B3A;
}
.BgClassName
{
background-color: #191B3A;
}
</style>
border-color css
<style>
span { border-color: #191B3A; }
span { border-color: rgb(25,27,58); }
td.TdClassName
{
border-color: #191B3A;
}
.TagClassName
{
border-color: #191B3A;
}
</style>