Shades of Midnight Express #1B2540
Tints of Midnight Express #1B2540
RGB
CMYK
RGB Variations
Color information
#1B2540 (or 0x1B2540) is known color: Midnight Express. HEX triplet: 1B, 25 and 40. RGB value is (27,37,64). Sum of RGB (Red+Green+Blue) = 27+37+64=128 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.09% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #1B2540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2540 is #E4DABF. Grayscale: #242424. Windows color (decimal): -14998208 or 4203803. OLE color: 4203803.
HSL color Cylindrical-coordinate representation of color #1B2540: hue angle of 223.78º 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 #1B2540 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 37 | 64 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.75 |
| HSL | 223.78º | 0.41% | 0.18% | - |
| HSV(B) | 223.78º | 0.58% | 0.25% | - |
| XYZ | 2.04 | 1.93 | 5.11 | - |
| YUV | 37.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 37 | 64 | 0.58 | 0.42 | 0 | 0.75 | 223.78 | 0.41 | 0.18 |
| Hex | 1B | 25 | 40 | 3A | 2A | 0 | 4B | E0 | 29 | 12 |
| Octal | 33 | 45 | 100 | 72 | 52 | 0 | 113 | 340 | 51 | 22 |
| Binary | 11011 | 100101 | 1000000 | 111010 | 101010 | 0 | 1001011 | 11100000 | 101001 | 10010 |
Color Harmonies of #1B2540
Complementary color
Monochromatic Colors of #1B2540
Black with #1B2540
Text Example
Text Example
White with #1B2540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2540; }
p { color: rgb(27,37,64); }
H1.HeaderClassName
{
color: #1B2540;
}
.AnyTagClassName
{
color: #1B2540;
}
</style>
background-color css
<style>
a { background-color: #1B2540; }
a { background-color: rgb(27,37,64); }
div.DivClassName
{
background-color: #1B2540;
}
.BgClassName
{
background-color: #1B2540;
}
</style>
border-color css
<style>
span { border-color: #1B2540; }
span { border-color: rgb(27,37,64); }
td.TdClassName
{
border-color: #1B2540;
}
.TagClassName
{
border-color: #1B2540;
}
</style>