Shades of Midnight Express #1B2039
Tints of Midnight Express #1B2039
RGB
CMYK
RGB Variations
Color information
#1B2039 (or 0x1B2039) is known color: Midnight Express. HEX triplet: 1B, 20 and 39. RGB value is (27,32,57). Sum of RGB (Red+Green+Blue) = 27+32+57=116 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.28% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 57 (22.66% from 255 or 49.14% from 116); Max value from RGB is 57 - color contains mainly: blue. Hex color #1B2039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2039 is #E4DFC6. Grayscale: #212121. Windows color (decimal): -14999495 or 3743771. OLE color: 3743771.
HSL color Cylindrical-coordinate representation of color #1B2039: hue angle of 230º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1B2039 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 32 | 57 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.78 |
| HSL | 230º | 0.36% | 0.16% | - |
| HSV(B) | 230º | 0.53% | 0.22% | - |
| XYZ | 1.71 | 1.56 | 4.08 | - |
| YUV | 33.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 32 | 57 | 0.53 | 0.44 | 0 | 0.78 | 230 | 0.36 | 0.16 |
| Hex | 1B | 20 | 39 | 35 | 2C | 0 | 4E | E6 | 24 | 10 |
| Octal | 33 | 40 | 71 | 65 | 54 | 0 | 116 | 346 | 44 | 20 |
| Binary | 11011 | 100000 | 111001 | 110101 | 101100 | 0 | 1001110 | 11100110 | 100100 | 10000 |
Color Harmonies of #1B2039
Complementary color
Monochromatic Colors of #1B2039
Black with #1B2039
Text Example
Text Example
White with #1B2039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2039; }
p { color: rgb(27,32,57); }
H1.HeaderClassName
{
color: #1B2039;
}
.AnyTagClassName
{
color: #1B2039;
}
</style>
background-color css
<style>
a { background-color: #1B2039; }
a { background-color: rgb(27,32,57); }
div.DivClassName
{
background-color: #1B2039;
}
.BgClassName
{
background-color: #1B2039;
}
</style>
border-color css
<style>
span { border-color: #1B2039; }
span { border-color: rgb(27,32,57); }
td.TdClassName
{
border-color: #1B2039;
}
.TagClassName
{
border-color: #1B2039;
}
</style>