Shades of Midnight Express #1B2340
Tints of Midnight Express #1B2340
RGB
CMYK
RGB Variations
Color information
#1B2340 (or 0x1B2340) is known color: Midnight Express. HEX triplet: 1B, 23 and 40. RGB value is (27,35,64). Sum of RGB (Red+Green+Blue) = 27+35+64=126 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.43% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #1B2340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2340 is #E4DCBF. Grayscale: #232323. Windows color (decimal): -14998720 or 4203291. OLE color: 4203291.
HSL color Cylindrical-coordinate representation of color #1B2340: hue angle of 227.03º 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 #1B2340 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 35 | 64 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.75 |
| HSL | 227.03º | 0.41% | 0.18% | - |
| HSV(B) | 227.03º | 0.58% | 0.25% | - |
| XYZ | 1.98 | 1.81 | 5.09 | - |
| YUV | 35.91 | 143.85 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 35 | 64 | 0.58 | 0.45 | 0 | 0.75 | 227.03 | 0.41 | 0.18 |
| Hex | 1B | 23 | 40 | 3A | 2D | 0 | 4B | E3 | 29 | 12 |
| Octal | 33 | 43 | 100 | 72 | 55 | 0 | 113 | 343 | 51 | 22 |
| Binary | 11011 | 100011 | 1000000 | 111010 | 101101 | 0 | 1001011 | 11100011 | 101001 | 10010 |
Color Harmonies of #1B2340
Complementary color
Monochromatic Colors of #1B2340
Black with #1B2340
Text Example
Text Example
White with #1B2340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2340; }
p { color: rgb(27,35,64); }
H1.HeaderClassName
{
color: #1B2340;
}
.AnyTagClassName
{
color: #1B2340;
}
</style>
background-color css
<style>
a { background-color: #1B2340; }
a { background-color: rgb(27,35,64); }
div.DivClassName
{
background-color: #1B2340;
}
.BgClassName
{
background-color: #1B2340;
}
</style>
border-color css
<style>
span { border-color: #1B2340; }
span { border-color: rgb(27,35,64); }
td.TdClassName
{
border-color: #1B2340;
}
.TagClassName
{
border-color: #1B2340;
}
</style>