Shades of Midnight Express #191B3C
Tints of Midnight Express #191B3C
RGB
CMYK
RGB Variations
Color information
#191B3C (or 0x191B3C) is known color: Midnight Express. HEX triplet: 19, 1B and 3C. RGB value is (25,27,60). Sum of RGB (Red+Green+Blue) = 25+27+60=112 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.32% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 60 (23.83% from 255 or 53.57% from 112); Max value from RGB is 60 - color contains mainly: blue. Hex color #191B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191B3C is #E6E4C3. Grayscale: #1E1E1E. Windows color (decimal): -15131844 or 3939097. OLE color: 3939097.
HSL color Cylindrical-coordinate representation of color #191B3C: hue angle of 236.57º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #191B3C is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 27 | 60 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.76 |
| HSL | 236.57º | 0.41% | 0.17% | - |
| HSV(B) | 236.57º | 0.58% | 0.24% | - |
| XYZ | 1.61 | 1.32 | 4.44 | - |
| YUV | 30.16 | 144.84 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 60 | 0.58 | 0.55 | 0 | 0.76 | 236.57 | 0.41 | 0.17 |
| Hex | 19 | 1B | 3C | 3A | 37 | 0 | 4C | ED | 29 | 11 |
| Octal | 31 | 33 | 74 | 72 | 67 | 0 | 114 | 355 | 51 | 21 |
| Binary | 11001 | 11011 | 111100 | 111010 | 110111 | 0 | 1001100 | 11101101 | 101001 | 10001 |
Color Harmonies of #191B3C
Complementary color
Monochromatic Colors of #191B3C
Black with #191B3C
Text Example
Text Example
White with #191B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B3C; }
p { color: rgb(25,27,60); }
H1.HeaderClassName
{
color: #191B3C;
}
.AnyTagClassName
{
color: #191B3C;
}
</style>
background-color css
<style>
a { background-color: #191B3C; }
a { background-color: rgb(25,27,60); }
div.DivClassName
{
background-color: #191B3C;
}
.BgClassName
{
background-color: #191B3C;
}
</style>
border-color css
<style>
span { border-color: #191B3C; }
span { border-color: rgb(25,27,60); }
td.TdClassName
{
border-color: #191B3C;
}
.TagClassName
{
border-color: #191B3C;
}
</style>