Shades of Midnight Express #1B253C
Tints of Midnight Express #1B253C
RGB
CMYK
RGB Variations
Color information
#1B253C (or 0x1B253C) is known color: Midnight Express. HEX triplet: 1B, 25 and 3C. RGB value is (27,37,60). Sum of RGB (Red+Green+Blue) = 27+37+60=124 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.77% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 60 (23.83% from 255 or 48.39% from 124); Max value from RGB is 60 - color contains mainly: blue. Hex color #1B253C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B253C is #E4DAC3. Grayscale: #242424. Windows color (decimal): -14998212 or 3941659. OLE color: 3941659.
HSL color Cylindrical-coordinate representation of color #1B253C: hue angle of 221.82º degrees, saturation: 0.38, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1B253C is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 37 | 60 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.76 |
| HSL | 221.82º | 0.38% | 0.17% | - |
| HSV(B) | 221.82º | 0.55% | 0.24% | - |
| XYZ | 1.93 | 1.88 | 4.54 | - |
| YUV | 36.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 37 | 60 | 0.55 | 0.38 | 0 | 0.76 | 221.82 | 0.38 | 0.17 |
| Hex | 1B | 25 | 3C | 37 | 26 | 0 | 4C | DE | 26 | 11 |
| Octal | 33 | 45 | 74 | 67 | 46 | 0 | 114 | 336 | 46 | 21 |
| Binary | 11011 | 100101 | 111100 | 110111 | 100110 | 0 | 1001100 | 11011110 | 100110 | 10001 |
Color Harmonies of #1B253C
Complementary color
Monochromatic Colors of #1B253C
Black with #1B253C
Text Example
Text Example
White with #1B253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B253C; }
p { color: rgb(27,37,60); }
H1.HeaderClassName
{
color: #1B253C;
}
.AnyTagClassName
{
color: #1B253C;
}
</style>
background-color css
<style>
a { background-color: #1B253C; }
a { background-color: rgb(27,37,60); }
div.DivClassName
{
background-color: #1B253C;
}
.BgClassName
{
background-color: #1B253C;
}
</style>
border-color css
<style>
span { border-color: #1B253C; }
span { border-color: rgb(27,37,60); }
td.TdClassName
{
border-color: #1B253C;
}
.TagClassName
{
border-color: #1B253C;
}
</style>