Shades of Midnight Express #1F2547
Tints of Midnight Express #1F2547
RGB
CMYK
RGB Variations
Color information
#1F2547 (or 0x1F2547) is known color: Midnight Express. HEX triplet: 1F, 25 and 47. RGB value is (31,37,71). Sum of RGB (Red+Green+Blue) = 31+37+71=139 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.30% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 71 (28.12% from 255 or 51.08% from 139); Max value from RGB is 71 - color contains mainly: blue. Hex color #1F2547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2547 is #E0DAB8. Grayscale: #262626. Windows color (decimal): -14736057 or 4662559. OLE color: 4662559.
HSL color Cylindrical-coordinate representation of color #1F2547: hue angle of 231º 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 #1F2547 is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 37 | 71 | - |
| CMYK | 0.56 | 0.48 | 0 | 0.72 |
| HSL | 231º | 0.39% | 0.2% | - |
| HSV(B) | 231º | 0.56% | 0.28% | - |
| XYZ | 2.36 | 2.07 | 6.24 | - |
| YUV | 39.08 | 146.01 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 37 | 71 | 0.56 | 0.48 | 0 | 0.72 | 231 | 0.39 | 0.2 |
| Hex | 1F | 25 | 47 | 38 | 30 | 0 | 48 | E7 | 27 | 14 |
| Octal | 37 | 45 | 107 | 70 | 60 | 0 | 110 | 347 | 47 | 24 |
| Binary | 11111 | 100101 | 1000111 | 111000 | 110000 | 0 | 1001000 | 11100111 | 100111 | 10100 |
Color Harmonies of #1F2547
Complementary color
Monochromatic Colors of #1F2547
Black with #1F2547
Text Example
Text Example
White with #1F2547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2547; }
p { color: rgb(31,37,71); }
H1.HeaderClassName
{
color: #1F2547;
}
.AnyTagClassName
{
color: #1F2547;
}
</style>
background-color css
<style>
a { background-color: #1F2547; }
a { background-color: rgb(31,37,71); }
div.DivClassName
{
background-color: #1F2547;
}
.BgClassName
{
background-color: #1F2547;
}
</style>
border-color css
<style>
span { border-color: #1F2547; }
span { border-color: rgb(31,37,71); }
td.TdClassName
{
border-color: #1F2547;
}
.TagClassName
{
border-color: #1F2547;
}
</style>