Shades of Midnight Express #1B1E39
Tints of Midnight Express #1B1E39
RGB
CMYK
RGB Variations
Color information
#1B1E39 (or 0x1B1E39) is known color: Midnight Express. HEX triplet: 1B, 1E and 39. RGB value is (27,30,57). Sum of RGB (Red+Green+Blue) = 27+30+57=114 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.68% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 57 (22.66% from 255 or 50% from 114); Max value from RGB is 57 - color contains mainly: blue. Hex color #1B1E39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1E39 is #E4E1C6. Grayscale: #202020. Windows color (decimal): -15000007 or 3743259. OLE color: 3743259.
HSL color Cylindrical-coordinate representation of color #1B1E39: hue angle of 234º 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 #1B1E39 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 30 | 57 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.78 |
| HSL | 234º | 0.36% | 0.16% | - |
| HSV(B) | 234º | 0.53% | 0.22% | - |
| XYZ | 1.65 | 1.46 | 4.06 | - |
| YUV | 32.18 | 142.01 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 30 | 57 | 0.53 | 0.47 | 0 | 0.78 | 234 | 0.36 | 0.16 |
| Hex | 1B | 1E | 39 | 35 | 2F | 0 | 4E | EA | 24 | 10 |
| Octal | 33 | 36 | 71 | 65 | 57 | 0 | 116 | 352 | 44 | 20 |
| Binary | 11011 | 11110 | 111001 | 110101 | 101111 | 0 | 1001110 | 11101010 | 100100 | 10000 |
Color Harmonies of #1B1E39
Complementary color
Monochromatic Colors of #1B1E39
Black with #1B1E39
Text Example
Text Example
White with #1B1E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1E39; }
p { color: rgb(27,30,57); }
H1.HeaderClassName
{
color: #1B1E39;
}
.AnyTagClassName
{
color: #1B1E39;
}
</style>
background-color css
<style>
a { background-color: #1B1E39; }
a { background-color: rgb(27,30,57); }
div.DivClassName
{
background-color: #1B1E39;
}
.BgClassName
{
background-color: #1B1E39;
}
</style>
border-color css
<style>
span { border-color: #1B1E39; }
span { border-color: rgb(27,30,57); }
td.TdClassName
{
border-color: #1B1E39;
}
.TagClassName
{
border-color: #1B1E39;
}
</style>