Shades of Midnight Express #1B2740
Tints of Midnight Express #1B2740
RGB
CMYK
RGB Variations
Color information
#1B2740 (or 0x1B2740) is known color: Midnight Express. HEX triplet: 1B, 27 and 40. RGB value is (27,39,64). Sum of RGB (Red+Green+Blue) = 27+39+64=130 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.77% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: blue. Hex color #1B2740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2740 is #E4D8BF. Grayscale: #262626. Windows color (decimal): -14997696 or 4204315. OLE color: 4204315.
HSL color Cylindrical-coordinate representation of color #1B2740: hue angle of 220.54º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B2740 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 39 | 64 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.75 |
| HSL | 220.54º | 0.41% | 0.18% | - |
| HSV(B) | 220.54º | 0.58% | 0.25% | - |
| XYZ | 2.1 | 2.05 | 5.14 | - |
| YUV | 38.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 39 | 64 | 0.58 | 0.39 | 0 | 0.75 | 220.54 | 0.41 | 0.18 |
| Hex | 1B | 27 | 40 | 3A | 27 | 0 | 4B | DD | 29 | 12 |
| Octal | 33 | 47 | 100 | 72 | 47 | 0 | 113 | 335 | 51 | 22 |
| Binary | 11011 | 100111 | 1000000 | 111010 | 100111 | 0 | 1001011 | 11011101 | 101001 | 10010 |
Color Harmonies of #1B2740
Complementary color
Monochromatic Colors of #1B2740
Black with #1B2740
Text Example
Text Example
White with #1B2740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2740; }
p { color: rgb(27,39,64); }
H1.HeaderClassName
{
color: #1B2740;
}
.AnyTagClassName
{
color: #1B2740;
}
</style>
background-color css
<style>
a { background-color: #1B2740; }
a { background-color: rgb(27,39,64); }
div.DivClassName
{
background-color: #1B2740;
}
.BgClassName
{
background-color: #1B2740;
}
</style>
border-color css
<style>
span { border-color: #1B2740; }
span { border-color: rgb(27,39,64); }
td.TdClassName
{
border-color: #1B2740;
}
.TagClassName
{
border-color: #1B2740;
}
</style>