Shades of Midnight Express #1B1C39
Tints of Midnight Express #1B1C39
RGB
CMYK
RGB Variations
Color information
#1B1C39 (or 0x1B1C39) is known color: Midnight Express. HEX triplet: 1B, 1C and 39. RGB value is (27,28,57). Sum of RGB (Red+Green+Blue) = 27+28+57=112 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.11% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 57 (22.66% from 255 or 50.89% from 112); Max value from RGB is 57 - color contains mainly: blue. Hex color #1B1C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1C39 is #E4E3C6. Grayscale: #1E1E1E. Windows color (decimal): -15000519 or 3742747. OLE color: 3742747.
HSL color Cylindrical-coordinate representation of color #1B1C39: hue angle of 238º 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 #1B1C39 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 28 | 57 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.78 |
| HSL | 238º | 0.36% | 0.16% | - |
| HSV(B) | 238º | 0.53% | 0.22% | - |
| XYZ | 1.61 | 1.36 | 4.05 | - |
| YUV | 31.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 28 | 57 | 0.53 | 0.51 | 0 | 0.78 | 238 | 0.36 | 0.16 |
| Hex | 1B | 1C | 39 | 35 | 33 | 0 | 4E | EE | 24 | 10 |
| Octal | 33 | 34 | 71 | 65 | 63 | 0 | 116 | 356 | 44 | 20 |
| Binary | 11011 | 11100 | 111001 | 110101 | 110011 | 0 | 1001110 | 11101110 | 100100 | 10000 |
Color Harmonies of #1B1C39
Complementary color
Monochromatic Colors of #1B1C39
Black with #1B1C39
Text Example
Text Example
White with #1B1C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1C39; }
p { color: rgb(27,28,57); }
H1.HeaderClassName
{
color: #1B1C39;
}
.AnyTagClassName
{
color: #1B1C39;
}
</style>
background-color css
<style>
a { background-color: #1B1C39; }
a { background-color: rgb(27,28,57); }
div.DivClassName
{
background-color: #1B1C39;
}
.BgClassName
{
background-color: #1B1C39;
}
</style>
border-color css
<style>
span { border-color: #1B1C39; }
span { border-color: rgb(27,28,57); }
td.TdClassName
{
border-color: #1B1C39;
}
.TagClassName
{
border-color: #1B1C39;
}
</style>