Shades of Midnight Express #19274C
Tints of Midnight Express #19274C
RGB
CMYK
RGB Variations
Color information
#19274C (or 0x19274C) is known color: Midnight Express. HEX triplet: 19, 27 and 4C. RGB value is (25,39,76). Sum of RGB (Red+Green+Blue) = 25+39+76=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 76 (30.08% from 255 or 54.29% from 140); Max value from RGB is 76 - color contains mainly: blue. Hex color #19274C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19274C is #E6D8B3. Grayscale: #262626. Windows color (decimal): -15128756 or 4990745. OLE color: 4990745.
HSL color Cylindrical-coordinate representation of color #19274C: hue angle of 223.53º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #19274C is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 39 | 76 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.70 |
| HSL | 223.53º | 0.5% | 0.2% | - |
| HSV(B) | 223.53º | 0.67% | 0.3% | - |
| XYZ | 2.43 | 2.18 | 7.13 | - |
| YUV | 39.03 | 148.86 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 39 | 76 | 0.67 | 0.49 | 0 | 0.70 | 223.53 | 0.5 | 0.2 |
| Hex | 19 | 27 | 4C | 43 | 31 | 0 | 46 | E0 | 32 | 14 |
| Octal | 31 | 47 | 114 | 103 | 61 | 0 | 106 | 340 | 62 | 24 |
| Binary | 11001 | 100111 | 1001100 | 1000011 | 110001 | 0 | 1000110 | 11100000 | 110010 | 10100 |
Color Harmonies of #19274C
Complementary color
Monochromatic Colors of #19274C
Black with #19274C
Text Example
Text Example
White with #19274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19274C; }
p { color: rgb(25,39,76); }
H1.HeaderClassName
{
color: #19274C;
}
.AnyTagClassName
{
color: #19274C;
}
</style>
background-color css
<style>
a { background-color: #19274C; }
a { background-color: rgb(25,39,76); }
div.DivClassName
{
background-color: #19274C;
}
.BgClassName
{
background-color: #19274C;
}
</style>
border-color css
<style>
span { border-color: #19274C; }
span { border-color: rgb(25,39,76); }
td.TdClassName
{
border-color: #19274C;
}
.TagClassName
{
border-color: #19274C;
}
</style>