Shades of Midnight Express #1F2A47
Tints of Midnight Express #1F2A47
RGB
CMYK
RGB Variations
Color information
#1F2A47 (or 0x1F2A47) is known color: Midnight Express. HEX triplet: 1F, 2A and 47. RGB value is (31,42,71). Sum of RGB (Red+Green+Blue) = 31+42+71=144 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.53% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 71 - color contains mainly: blue. Hex color #1F2A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2A47 is #E0D5B8. Grayscale: #292929. Windows color (decimal): -14734777 or 4663839. OLE color: 4663839.
HSL color Cylindrical-coordinate representation of color #1F2A47: hue angle of 223.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F2A47 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 42 | 71 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.72 |
| HSL | 223.5º | 0.39% | 0.2% | - |
| HSV(B) | 223.5º | 0.56% | 0.28% | - |
| XYZ | 2.53 | 2.4 | 6.29 | - |
| YUV | 42.02 | 144.36 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 42 | 71 | 0.56 | 0.41 | 0 | 0.72 | 223.5 | 0.39 | 0.2 |
| Hex | 1F | 2A | 47 | 38 | 29 | 0 | 48 | E0 | 27 | 14 |
| Octal | 37 | 52 | 107 | 70 | 51 | 0 | 110 | 340 | 47 | 24 |
| Binary | 11111 | 101010 | 1000111 | 111000 | 101001 | 0 | 1001000 | 11100000 | 100111 | 10100 |
Color Harmonies of #1F2A47
Complementary color
Monochromatic Colors of #1F2A47
Black with #1F2A47
Text Example
Text Example
White with #1F2A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2A47; }
p { color: rgb(31,42,71); }
H1.HeaderClassName
{
color: #1F2A47;
}
.AnyTagClassName
{
color: #1F2A47;
}
</style>
background-color css
<style>
a { background-color: #1F2A47; }
a { background-color: rgb(31,42,71); }
div.DivClassName
{
background-color: #1F2A47;
}
.BgClassName
{
background-color: #1F2A47;
}
</style>
border-color css
<style>
span { border-color: #1F2A47; }
span { border-color: rgb(31,42,71); }
td.TdClassName
{
border-color: #1F2A47;
}
.TagClassName
{
border-color: #1F2A47;
}
</style>