Shades of Midnight Express #1B2539
Tints of Midnight Express #1B2539
RGB
CMYK
RGB Variations
Color information
#1B2539 (or 0x1B2539) is known color: Midnight Express. HEX triplet: 1B, 25 and 39. RGB value is (27,37,57). Sum of RGB (Red+Green+Blue) = 27+37+57=121 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.31% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 57 (22.66% from 255 or 47.11% from 121); Max value from RGB is 57 - color contains mainly: blue. Hex color #1B2539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2539 is #E4DAC6. Grayscale: #242424. Windows color (decimal): -14998215 or 3745051. OLE color: 3745051.
HSL color Cylindrical-coordinate representation of color #1B2539: hue angle of 220º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1B2539 is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 37 | 57 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.78 |
| HSL | 220º | 0.36% | 0.16% | - |
| HSV(B) | 220º | 0.53% | 0.22% | - |
| XYZ | 1.85 | 1.85 | 4.13 | - |
| YUV | 36.29 | 139.69 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 37 | 57 | 0.53 | 0.35 | 0 | 0.78 | 220 | 0.36 | 0.16 |
| Hex | 1B | 25 | 39 | 35 | 23 | 0 | 4E | DC | 24 | 10 |
| Octal | 33 | 45 | 71 | 65 | 43 | 0 | 116 | 334 | 44 | 20 |
| Binary | 11011 | 100101 | 111001 | 110101 | 100011 | 0 | 1001110 | 11011100 | 100100 | 10000 |
Color Harmonies of #1B2539
Complementary color
Monochromatic Colors of #1B2539
Black with #1B2539
Text Example
Text Example
White with #1B2539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2539; }
p { color: rgb(27,37,57); }
H1.HeaderClassName
{
color: #1B2539;
}
.AnyTagClassName
{
color: #1B2539;
}
</style>
background-color css
<style>
a { background-color: #1B2539; }
a { background-color: rgb(27,37,57); }
div.DivClassName
{
background-color: #1B2539;
}
.BgClassName
{
background-color: #1B2539;
}
</style>
border-color css
<style>
span { border-color: #1B2539; }
span { border-color: rgb(27,37,57); }
td.TdClassName
{
border-color: #1B2539;
}
.TagClassName
{
border-color: #1B2539;
}
</style>