Shades of Midnight Express #1B2239
Tints of Midnight Express #1B2239
RGB
CMYK
RGB Variations
Color information
#1B2239 (or 0x1B2239) is known color: Midnight Express. HEX triplet: 1B, 22 and 39. RGB value is (27,34,57). Sum of RGB (Red+Green+Blue) = 27+34+57=118 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.88% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 57 (22.66% from 255 or 48.31% from 118); Max value from RGB is 57 - color contains mainly: blue. Hex color #1B2239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2239 is #E4DDC6. Grayscale: #222222. Windows color (decimal): -14998983 or 3744283. OLE color: 3744283.
HSL color Cylindrical-coordinate representation of color #1B2239: hue angle of 226º 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 #1B2239 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 34 | 57 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.78 |
| HSL | 226º | 0.36% | 0.16% | - |
| HSV(B) | 226º | 0.53% | 0.22% | - |
| XYZ | 1.76 | 1.67 | 4.1 | - |
| YUV | 34.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 34 | 57 | 0.53 | 0.40 | 0 | 0.78 | 226 | 0.36 | 0.16 |
| Hex | 1B | 22 | 39 | 35 | 28 | 0 | 4E | E2 | 24 | 10 |
| Octal | 33 | 42 | 71 | 65 | 50 | 0 | 116 | 342 | 44 | 20 |
| Binary | 11011 | 100010 | 111001 | 110101 | 101000 | 0 | 1001110 | 11100010 | 100100 | 10000 |
Color Harmonies of #1B2239
Complementary color
Monochromatic Colors of #1B2239
Black with #1B2239
Text Example
Text Example
White with #1B2239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2239; }
p { color: rgb(27,34,57); }
H1.HeaderClassName
{
color: #1B2239;
}
.AnyTagClassName
{
color: #1B2239;
}
</style>
background-color css
<style>
a { background-color: #1B2239; }
a { background-color: rgb(27,34,57); }
div.DivClassName
{
background-color: #1B2239;
}
.BgClassName
{
background-color: #1B2239;
}
</style>
border-color css
<style>
span { border-color: #1B2239; }
span { border-color: rgb(27,34,57); }
td.TdClassName
{
border-color: #1B2239;
}
.TagClassName
{
border-color: #1B2239;
}
</style>