Shades of Midnight Express #1F2639
Tints of Midnight Express #1F2639
RGB
CMYK
RGB Variations
Color information
#1F2639 (or 0x1F2639) is known color: Midnight Express. HEX triplet: 1F, 26 and 39. RGB value is (31,38,57). Sum of RGB (Red+Green+Blue) = 31+38+57=126 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.60% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 57 (22.66% from 255 or 45.24% from 126); Max value from RGB is 57 - color contains mainly: blue. Hex color #1F2639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2639 is #E0D9C6. Grayscale: #252525. Windows color (decimal): -14735815 or 3745311. OLE color: 3745311.
HSL color Cylindrical-coordinate representation of color #1F2639: hue angle of 223.85º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1F2639 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 38 | 57 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.78 |
| HSL | 223.85º | 0.3% | 0.17% | - |
| HSV(B) | 223.85º | 0.46% | 0.22% | - |
| XYZ | 2 | 1.97 | 4.15 | - |
| YUV | 38.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 38 | 57 | 0.46 | 0.33 | 0 | 0.78 | 223.85 | 0.3 | 0.17 |
| Hex | 1F | 26 | 39 | 2E | 21 | 0 | 4E | E0 | 1E | 11 |
| Octal | 37 | 46 | 71 | 56 | 41 | 0 | 116 | 340 | 36 | 21 |
| Binary | 11111 | 100110 | 111001 | 101110 | 100001 | 0 | 1001110 | 11100000 | 11110 | 10001 |
Color Harmonies of #1F2639
Complementary color
Monochromatic Colors of #1F2639
Black with #1F2639
Text Example
Text Example
White with #1F2639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2639; }
p { color: rgb(31,38,57); }
H1.HeaderClassName
{
color: #1F2639;
}
.AnyTagClassName
{
color: #1F2639;
}
</style>
background-color css
<style>
a { background-color: #1F2639; }
a { background-color: rgb(31,38,57); }
div.DivClassName
{
background-color: #1F2639;
}
.BgClassName
{
background-color: #1F2639;
}
</style>
border-color css
<style>
span { border-color: #1F2639; }
span { border-color: rgb(31,38,57); }
td.TdClassName
{
border-color: #1F2639;
}
.TagClassName
{
border-color: #1F2639;
}
</style>