Shades of Midnight Express #191C48
Tints of Midnight Express #191C48
RGB
CMYK
RGB Variations
Color information
#191C48 (or 0x191C48) is known color: Midnight Express. HEX triplet: 19, 1C and 48. RGB value is (25,28,72). Sum of RGB (Red+Green+Blue) = 25+28+72=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #191C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191C48 is #E6E3B7. Grayscale: #1F1F1F. Windows color (decimal): -15131576 or 4725785. OLE color: 4725785.
HSL color Cylindrical-coordinate representation of color #191C48: hue angle of 236.17º 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 #191C48 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 28 | 72 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.72 |
| HSL | 236.17º | 0.48% | 0.19% | - |
| HSV(B) | 236.17º | 0.65% | 0.28% | - |
| XYZ | 1.99 | 1.51 | 6.32 | - |
| YUV | 32.12 | 150.51 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 72 | 0.65 | 0.61 | 0 | 0.72 | 236.17 | 0.48 | 0.19 |
| Hex | 19 | 1C | 48 | 41 | 3D | 0 | 48 | EC | 30 | 13 |
| Octal | 31 | 34 | 110 | 101 | 75 | 0 | 110 | 354 | 60 | 23 |
| Binary | 11001 | 11100 | 1001000 | 1000001 | 111101 | 0 | 1001000 | 11101100 | 110000 | 10011 |
Color Harmonies of #191C48
Complementary color
Monochromatic Colors of #191C48
Black with #191C48
Text Example
Text Example
White with #191C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191C48; }
p { color: rgb(25,28,72); }
H1.HeaderClassName
{
color: #191C48;
}
.AnyTagClassName
{
color: #191C48;
}
</style>
background-color css
<style>
a { background-color: #191C48; }
a { background-color: rgb(25,28,72); }
div.DivClassName
{
background-color: #191C48;
}
.BgClassName
{
background-color: #191C48;
}
</style>
border-color css
<style>
span { border-color: #191C48; }
span { border-color: rgb(25,28,72); }
td.TdClassName
{
border-color: #191C48;
}
.TagClassName
{
border-color: #191C48;
}
</style>