Shades of Midnight Express #1F2B44
Tints of Midnight Express #1F2B44
RGB
CMYK
RGB Variations
Color information
#1F2B44 (or 0x1F2B44) is known color: Midnight Express. HEX triplet: 1F, 2B and 44. RGB value is (31,43,68). Sum of RGB (Red+Green+Blue) = 31+43+68=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 68 (26.95% from 255 or 47.89% from 142); Max value from RGB is 68 - color contains mainly: blue. Hex color #1F2B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2B44 is #E0D4BB. Grayscale: #2A2A2A. Windows color (decimal): -14734524 or 4467487. OLE color: 4467487.
HSL color Cylindrical-coordinate representation of color #1F2B44: hue angle of 220.54º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1F2B44 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 31 | 43 | 68 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.73 |
| HSL | 220.54º | 0.37% | 0.19% | - |
| HSV(B) | 220.54º | 0.54% | 0.27% | - |
| XYZ | 2.47 | 2.44 | 5.81 | - |
| YUV | 42.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 43 | 68 | 0.54 | 0.37 | 0 | 0.73 | 220.54 | 0.37 | 0.19 |
| Hex | 1F | 2B | 44 | 36 | 25 | 0 | 49 | DD | 25 | 13 |
| Octal | 37 | 53 | 104 | 66 | 45 | 0 | 111 | 335 | 45 | 23 |
| Binary | 11111 | 101011 | 1000100 | 110110 | 100101 | 0 | 1001001 | 11011101 | 100101 | 10011 |
Color Harmonies of #1F2B44
Complementary color
Monochromatic Colors of #1F2B44
Black with #1F2B44
Text Example
Text Example
White with #1F2B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2B44; }
p { color: rgb(31,43,68); }
H1.HeaderClassName
{
color: #1F2B44;
}
.AnyTagClassName
{
color: #1F2B44;
}
</style>
background-color css
<style>
a { background-color: #1F2B44; }
a { background-color: rgb(31,43,68); }
div.DivClassName
{
background-color: #1F2B44;
}
.BgClassName
{
background-color: #1F2B44;
}
</style>
border-color css
<style>
span { border-color: #1F2B44; }
span { border-color: rgb(31,43,68); }
td.TdClassName
{
border-color: #1F2B44;
}
.TagClassName
{
border-color: #1F2B44;
}
</style>