Shades of Midnight Express #1A2847
Tints of Midnight Express #1A2847
RGB
CMYK
RGB Variations
Color information
#1A2847 (or 0x1A2847) is known color: Midnight Express. HEX triplet: 1A, 28 and 47. RGB value is (26,40,71). Sum of RGB (Red+Green+Blue) = 26+40+71=137 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.98% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 71 (28.12% from 255 or 51.82% from 137); Max value from RGB is 71 - color contains mainly: blue. Hex color #1A2847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2847 is #E5D7B8. Grayscale: #272727. Windows color (decimal): -15062969 or 4663322. OLE color: 4663322.
HSL color Cylindrical-coordinate representation of color #1A2847: hue angle of 221.33º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1A2847 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 40 | 71 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.72 |
| HSL | 221.33º | 0.46% | 0.19% | - |
| HSV(B) | 221.33º | 0.63% | 0.28% | - |
| XYZ | 2.32 | 2.19 | 6.26 | - |
| YUV | 39.35 | 145.86 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 40 | 71 | 0.63 | 0.44 | 0 | 0.72 | 221.33 | 0.46 | 0.19 |
| Hex | 1A | 28 | 47 | 3F | 2C | 0 | 48 | DD | 2E | 13 |
| Octal | 32 | 50 | 107 | 77 | 54 | 0 | 110 | 335 | 56 | 23 |
| Binary | 11010 | 101000 | 1000111 | 111111 | 101100 | 0 | 1001000 | 11011101 | 101110 | 10011 |
Color Harmonies of #1A2847
Complementary color
Monochromatic Colors of #1A2847
Black with #1A2847
Text Example
Text Example
White with #1A2847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2847; }
p { color: rgb(26,40,71); }
H1.HeaderClassName
{
color: #1A2847;
}
.AnyTagClassName
{
color: #1A2847;
}
</style>
background-color css
<style>
a { background-color: #1A2847; }
a { background-color: rgb(26,40,71); }
div.DivClassName
{
background-color: #1A2847;
}
.BgClassName
{
background-color: #1A2847;
}
</style>
border-color css
<style>
span { border-color: #1A2847; }
span { border-color: rgb(26,40,71); }
td.TdClassName
{
border-color: #1A2847;
}
.TagClassName
{
border-color: #1A2847;
}
</style>