Shades of Midnight Express #1B253E
Tints of Midnight Express #1B253E
RGB
CMYK
RGB Variations
Color information
#1B253E (or 0x1B253E) is known color: Midnight Express. HEX triplet: 1B, 25 and 3E. RGB value is (27,37,62). Sum of RGB (Red+Green+Blue) = 27+37+62=126 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.43% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 62 (24.61% from 255 or 49.21% from 126); Max value from RGB is 62 - color contains mainly: blue. Hex color #1B253E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B253E is #E4DAC1. Grayscale: #242424. Windows color (decimal): -14998210 or 4072731. OLE color: 4072731.
HSL color Cylindrical-coordinate representation of color #1B253E: hue angle of 222.86º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1B253E is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 37 | 62 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.76 |
| HSL | 222.86º | 0.39% | 0.17% | - |
| HSV(B) | 222.86º | 0.56% | 0.24% | - |
| XYZ | 1.98 | 1.9 | 4.82 | - |
| YUV | 36.86 | 142.19 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 37 | 62 | 0.56 | 0.40 | 0 | 0.76 | 222.86 | 0.39 | 0.17 |
| Hex | 1B | 25 | 3E | 38 | 28 | 0 | 4C | DF | 27 | 11 |
| Octal | 33 | 45 | 76 | 70 | 50 | 0 | 114 | 337 | 47 | 21 |
| Binary | 11011 | 100101 | 111110 | 111000 | 101000 | 0 | 1001100 | 11011111 | 100111 | 10001 |
Color Harmonies of #1B253E
Complementary color
Monochromatic Colors of #1B253E
Black with #1B253E
Text Example
Text Example
White with #1B253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B253E; }
p { color: rgb(27,37,62); }
H1.HeaderClassName
{
color: #1B253E;
}
.AnyTagClassName
{
color: #1B253E;
}
</style>
background-color css
<style>
a { background-color: #1B253E; }
a { background-color: rgb(27,37,62); }
div.DivClassName
{
background-color: #1B253E;
}
.BgClassName
{
background-color: #1B253E;
}
</style>
border-color css
<style>
span { border-color: #1B253E; }
span { border-color: rgb(27,37,62); }
td.TdClassName
{
border-color: #1B253E;
}
.TagClassName
{
border-color: #1B253E;
}
</style>