Shades of Midnight Express #1B1D38
Tints of Midnight Express #1B1D38
RGB
CMYK
RGB Variations
Color information
#1B1D38 (or 0x1B1D38) is known color: Midnight Express. HEX triplet: 1B, 1D and 38. RGB value is (27,29,56). Sum of RGB (Red+Green+Blue) = 27+29+56=112 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.11% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 56 (22.27% from 255 or 50% from 112); Max value from RGB is 56 - color contains mainly: blue. Hex color #1B1D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1D38 is #E4E2C7. Grayscale: #1F1F1F. Windows color (decimal): -15000264 or 3677467. OLE color: 3677467.
HSL color Cylindrical-coordinate representation of color #1B1D38: hue angle of 235.86º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1B1D38 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 29 | 56 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.78 |
| HSL | 235.86º | 0.35% | 0.16% | - |
| HSV(B) | 235.86º | 0.52% | 0.22% | - |
| XYZ | 1.61 | 1.4 | 3.93 | - |
| YUV | 31.48 | 141.84 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 29 | 56 | 0.52 | 0.48 | 0 | 0.78 | 235.86 | 0.35 | 0.16 |
| Hex | 1B | 1D | 38 | 34 | 30 | 0 | 4E | EC | 23 | 10 |
| Octal | 33 | 35 | 70 | 64 | 60 | 0 | 116 | 354 | 43 | 20 |
| Binary | 11011 | 11101 | 111000 | 110100 | 110000 | 0 | 1001110 | 11101100 | 100011 | 10000 |
Color Harmonies of #1B1D38
Complementary color
Monochromatic Colors of #1B1D38
Black with #1B1D38
Text Example
Text Example
White with #1B1D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1D38; }
p { color: rgb(27,29,56); }
H1.HeaderClassName
{
color: #1B1D38;
}
.AnyTagClassName
{
color: #1B1D38;
}
</style>
background-color css
<style>
a { background-color: #1B1D38; }
a { background-color: rgb(27,29,56); }
div.DivClassName
{
background-color: #1B1D38;
}
.BgClassName
{
background-color: #1B1D38;
}
</style>
border-color css
<style>
span { border-color: #1B1D38; }
span { border-color: rgb(27,29,56); }
td.TdClassName
{
border-color: #1B1D38;
}
.TagClassName
{
border-color: #1B1D38;
}
</style>