Shades of Midnight Express #1F2638
Tints of Midnight Express #1F2638
RGB
CMYK
RGB Variations
Color information
#1F2638 (or 0x1F2638) is known color: Midnight Express. HEX triplet: 1F, 26 and 38. RGB value is (31,38,56). Sum of RGB (Red+Green+Blue) = 31+38+56=125 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.8% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 56 (22.27% from 255 or 44.8% from 125); Max value from RGB is 56 - color contains mainly: blue. Hex color #1F2638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2638 is #E0D9C7. Grayscale: #252525. Windows color (decimal): -14735816 or 3679775. OLE color: 3679775.
HSL color Cylindrical-coordinate representation of color #1F2638: hue angle of 223.2º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1F2638 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 38 | 56 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.78 |
| HSL | 223.2º | 0.29% | 0.17% | - |
| HSV(B) | 223.2º | 0.45% | 0.22% | - |
| XYZ | 1.97 | 1.96 | 4.02 | - |
| YUV | 37.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 38 | 56 | 0.45 | 0.32 | 0 | 0.78 | 223.2 | 0.29 | 0.17 |
| Hex | 1F | 26 | 38 | 2D | 20 | 0 | 4E | DF | 1D | 11 |
| Octal | 37 | 46 | 70 | 55 | 40 | 0 | 116 | 337 | 35 | 21 |
| Binary | 11111 | 100110 | 111000 | 101101 | 100000 | 0 | 1001110 | 11011111 | 11101 | 10001 |
Color Harmonies of #1F2638
Complementary color
Monochromatic Colors of #1F2638
Black with #1F2638
Text Example
Text Example
White with #1F2638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2638; }
p { color: rgb(31,38,56); }
H1.HeaderClassName
{
color: #1F2638;
}
.AnyTagClassName
{
color: #1F2638;
}
</style>
background-color css
<style>
a { background-color: #1F2638; }
a { background-color: rgb(31,38,56); }
div.DivClassName
{
background-color: #1F2638;
}
.BgClassName
{
background-color: #1F2638;
}
</style>
border-color css
<style>
span { border-color: #1F2638; }
span { border-color: rgb(31,38,56); }
td.TdClassName
{
border-color: #1F2638;
}
.TagClassName
{
border-color: #1F2638;
}
</style>