Shades of Midnight Express #1B2041
Tints of Midnight Express #1B2041
RGB
CMYK
RGB Variations
Color information
#1B2041 (or 0x1B2041) is known color: Midnight Express. HEX triplet: 1B, 20 and 41. RGB value is (27,32,65). Sum of RGB (Red+Green+Blue) = 27+32+65=124 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.77% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #1B2041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2041 is #E4DFBE. Grayscale: #222222. Windows color (decimal): -14999487 or 4268059. OLE color: 4268059.
HSL color Cylindrical-coordinate representation of color #1B2041: hue angle of 232.11º 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 #1B2041 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 32 | 65 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.75 |
| HSL | 232.11º | 0.41% | 0.18% | - |
| HSV(B) | 232.11º | 0.58% | 0.25% | - |
| XYZ | 1.92 | 1.65 | 5.22 | - |
| YUV | 34.27 | 145.34 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 32 | 65 | 0.58 | 0.51 | 0 | 0.75 | 232.11 | 0.41 | 0.18 |
| Hex | 1B | 20 | 41 | 3A | 33 | 0 | 4B | E8 | 29 | 12 |
| Octal | 33 | 40 | 101 | 72 | 63 | 0 | 113 | 350 | 51 | 22 |
| Binary | 11011 | 100000 | 1000001 | 111010 | 110011 | 0 | 1001011 | 11101000 | 101001 | 10010 |
Color Harmonies of #1B2041
Complementary color
Monochromatic Colors of #1B2041
Black with #1B2041
Text Example
Text Example
White with #1B2041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2041; }
p { color: rgb(27,32,65); }
H1.HeaderClassName
{
color: #1B2041;
}
.AnyTagClassName
{
color: #1B2041;
}
</style>
background-color css
<style>
a { background-color: #1B2041; }
a { background-color: rgb(27,32,65); }
div.DivClassName
{
background-color: #1B2041;
}
.BgClassName
{
background-color: #1B2041;
}
</style>
border-color css
<style>
span { border-color: #1B2041; }
span { border-color: rgb(27,32,65); }
td.TdClassName
{
border-color: #1B2041;
}
.TagClassName
{
border-color: #1B2041;
}
</style>