Shades of Midnight Express #1B2044
Tints of Midnight Express #1B2044
RGB
CMYK
RGB Variations
Color information
#1B2044 (or 0x1B2044) is known color: Midnight Express. HEX triplet: 1B, 20 and 44. RGB value is (27,32,68). Sum of RGB (Red+Green+Blue) = 27+32+68=127 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.26% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 68 (26.95% from 255 or 53.54% from 127); Max value from RGB is 68 - color contains mainly: blue. Hex color #1B2044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2044 is #E4DFBB. Grayscale: #222222. Windows color (decimal): -14999484 or 4464667. OLE color: 4464667.
HSL color Cylindrical-coordinate representation of color #1B2044: hue angle of 232.68º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1B2044 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 27 | 32 | 68 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.73 |
| HSL | 232.68º | 0.43% | 0.19% | - |
| HSV(B) | 232.68º | 0.6% | 0.27% | - |
| XYZ | 2.01 | 1.68 | 5.69 | - |
| YUV | 34.61 | 146.84 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 32 | 68 | 0.60 | 0.53 | 0 | 0.73 | 232.68 | 0.43 | 0.19 |
| Hex | 1B | 20 | 44 | 3C | 35 | 0 | 49 | E9 | 2B | 13 |
| Octal | 33 | 40 | 104 | 74 | 65 | 0 | 111 | 351 | 53 | 23 |
| Binary | 11011 | 100000 | 1000100 | 111100 | 110101 | 0 | 1001001 | 11101001 | 101011 | 10011 |
Color Harmonies of #1B2044
Complementary color
Monochromatic Colors of #1B2044
Black with #1B2044
Text Example
Text Example
White with #1B2044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2044; }
p { color: rgb(27,32,68); }
H1.HeaderClassName
{
color: #1B2044;
}
.AnyTagClassName
{
color: #1B2044;
}
</style>
background-color css
<style>
a { background-color: #1B2044; }
a { background-color: rgb(27,32,68); }
div.DivClassName
{
background-color: #1B2044;
}
.BgClassName
{
background-color: #1B2044;
}
</style>
border-color css
<style>
span { border-color: #1B2044; }
span { border-color: rgb(27,32,68); }
td.TdClassName
{
border-color: #1B2044;
}
.TagClassName
{
border-color: #1B2044;
}
</style>