Shades of Midnight Express #1B1D40
Tints of Midnight Express #1B1D40
RGB
CMYK
RGB Variations
Color information
#1B1D40 (or 0x1B1D40) is known color: Midnight Express. HEX triplet: 1B, 1D and 40. RGB value is (27,29,64). Sum of RGB (Red+Green+Blue) = 27+29+64=120 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.5% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #1B1D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1D40 is #E4E2BF. Grayscale: #202020. Windows color (decimal): -15000256 or 4201755. OLE color: 4201755.
HSL color Cylindrical-coordinate representation of color #1B1D40: hue angle of 236.76º 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 #1B1D40 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 29 | 64 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.75 |
| HSL | 236.76º | 0.41% | 0.18% | - |
| HSV(B) | 236.76º | 0.58% | 0.25% | - |
| XYZ | 1.82 | 1.48 | 5.04 | - |
| YUV | 32.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 29 | 64 | 0.58 | 0.55 | 0 | 0.75 | 236.76 | 0.41 | 0.18 |
| Hex | 1B | 1D | 40 | 3A | 37 | 0 | 4B | ED | 29 | 12 |
| Octal | 33 | 35 | 100 | 72 | 67 | 0 | 113 | 355 | 51 | 22 |
| Binary | 11011 | 11101 | 1000000 | 111010 | 110111 | 0 | 1001011 | 11101101 | 101001 | 10010 |
Color Harmonies of #1B1D40
Complementary color
Monochromatic Colors of #1B1D40
Black with #1B1D40
Text Example
Text Example
White with #1B1D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1D40; }
p { color: rgb(27,29,64); }
H1.HeaderClassName
{
color: #1B1D40;
}
.AnyTagClassName
{
color: #1B1D40;
}
</style>
background-color css
<style>
a { background-color: #1B1D40; }
a { background-color: rgb(27,29,64); }
div.DivClassName
{
background-color: #1B1D40;
}
.BgClassName
{
background-color: #1B1D40;
}
</style>
border-color css
<style>
span { border-color: #1B1D40; }
span { border-color: rgb(27,29,64); }
td.TdClassName
{
border-color: #1B1D40;
}
.TagClassName
{
border-color: #1B1D40;
}
</style>