Shades of Midnight Express #1B1F40
Tints of Midnight Express #1B1F40
RGB
CMYK
RGB Variations
Color information
#1B1F40 (or 0x1B1F40) is known color: Midnight Express. HEX triplet: 1B, 1F and 40. RGB value is (27,31,64). Sum of RGB (Red+Green+Blue) = 27+31+64=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #1B1F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1F40 is #E4E0BF. Grayscale: #212121. Windows color (decimal): -14999744 or 4202267. OLE color: 4202267.
HSL color Cylindrical-coordinate representation of color #1B1F40: hue angle of 233.51º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B1F40 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 31 | 64 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.75 |
| HSL | 233.51º | 0.41% | 0.18% | - |
| HSV(B) | 233.51º | 0.58% | 0.25% | - |
| XYZ | 1.87 | 1.58 | 5.06 | - |
| YUV | 33.57 | 145.17 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 31 | 64 | 0.58 | 0.52 | 0 | 0.75 | 233.51 | 0.41 | 0.18 |
| Hex | 1B | 1F | 40 | 3A | 34 | 0 | 4B | EA | 29 | 12 |
| Octal | 33 | 37 | 100 | 72 | 64 | 0 | 113 | 352 | 51 | 22 |
| Binary | 11011 | 11111 | 1000000 | 111010 | 110100 | 0 | 1001011 | 11101010 | 101001 | 10010 |
Color Harmonies of #1B1F40
Complementary color
Monochromatic Colors of #1B1F40
Black with #1B1F40
Text Example
Text Example
White with #1B1F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1F40; }
p { color: rgb(27,31,64); }
H1.HeaderClassName
{
color: #1B1F40;
}
.AnyTagClassName
{
color: #1B1F40;
}
</style>
background-color css
<style>
a { background-color: #1B1F40; }
a { background-color: rgb(27,31,64); }
div.DivClassName
{
background-color: #1B1F40;
}
.BgClassName
{
background-color: #1B1F40;
}
</style>
border-color css
<style>
span { border-color: #1B1F40; }
span { border-color: rgb(27,31,64); }
td.TdClassName
{
border-color: #1B1F40;
}
.TagClassName
{
border-color: #1B1F40;
}
</style>