Shades of Midnight Express #1B1C37
Tints of Midnight Express #1B1C37
RGB
CMYK
RGB Variations
Color information
#1B1C37 (or 0x1B1C37) is known color: Midnight Express. HEX triplet: 1B, 1C and 37. RGB value is (27,28,55). Sum of RGB (Red+Green+Blue) = 27+28+55=110 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.55% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 55 (21.88% from 255 or 50% from 110); Max value from RGB is 55 - color contains mainly: blue. Hex color #1B1C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1C37 is #E4E3C8. Grayscale: #1E1E1E. Windows color (decimal): -15000521 or 3611675. OLE color: 3611675.
HSL color Cylindrical-coordinate representation of color #1B1C37: hue angle of 237.86º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1B1C37 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 28 | 55 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.78 |
| HSL | 237.86º | 0.34% | 0.16% | - |
| HSV(B) | 237.86º | 0.51% | 0.22% | - |
| XYZ | 1.56 | 1.34 | 3.79 | - |
| YUV | 30.78 | 141.67 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 28 | 55 | 0.51 | 0.49 | 0 | 0.78 | 237.86 | 0.34 | 0.16 |
| Hex | 1B | 1C | 37 | 33 | 31 | 0 | 4E | EE | 22 | 10 |
| Octal | 33 | 34 | 67 | 63 | 61 | 0 | 116 | 356 | 42 | 20 |
| Binary | 11011 | 11100 | 110111 | 110011 | 110001 | 0 | 1001110 | 11101110 | 100010 | 10000 |
Color Harmonies of #1B1C37
Complementary color
Monochromatic Colors of #1B1C37
Black with #1B1C37
Text Example
Text Example
White with #1B1C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1C37; }
p { color: rgb(27,28,55); }
H1.HeaderClassName
{
color: #1B1C37;
}
.AnyTagClassName
{
color: #1B1C37;
}
</style>
background-color css
<style>
a { background-color: #1B1C37; }
a { background-color: rgb(27,28,55); }
div.DivClassName
{
background-color: #1B1C37;
}
.BgClassName
{
background-color: #1B1C37;
}
</style>
border-color css
<style>
span { border-color: #1B1C37; }
span { border-color: rgb(27,28,55); }
td.TdClassName
{
border-color: #1B1C37;
}
.TagClassName
{
border-color: #1B1C37;
}
</style>