Shades of Midnight Express #1B203B
Tints of Midnight Express #1B203B
RGB
CMYK
RGB Variations
Color information
#1B203B (or 0x1B203B) is known color: Midnight Express. HEX triplet: 1B, 20 and 3B. RGB value is (27,32,59). Sum of RGB (Red+Green+Blue) = 27+32+59=118 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.88% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 59 (23.44% from 255 or 50% from 118); Max value from RGB is 59 - color contains mainly: blue. Hex color #1B203B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B203B is #E4DFC4. Grayscale: #212121. Windows color (decimal): -14999493 or 3874843. OLE color: 3874843.
HSL color Cylindrical-coordinate representation of color #1B203B: hue angle of 230.62º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1B203B is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 27 | 32 | 59 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.77 |
| HSL | 230.63º | 0.37% | 0.17% | - |
| HSV(B) | 230.63º | 0.54% | 0.23% | - |
| XYZ | 1.76 | 1.58 | 4.35 | - |
| YUV | 33.58 | 142.34 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 32 | 59 | 0.54 | 0.46 | 0 | 0.77 | 230.63 | 0.37 | 0.17 |
| Hex | 1B | 20 | 3B | 36 | 2E | 0 | 4D | E7 | 25 | 11 |
| Octal | 33 | 40 | 73 | 66 | 56 | 0 | 115 | 347 | 45 | 21 |
| Binary | 11011 | 100000 | 111011 | 110110 | 101110 | 0 | 1001101 | 11100111 | 100101 | 10001 |
Color Harmonies of #1B203B
Complementary color
Monochromatic Colors of #1B203B
Black with #1B203B
Text Example
Text Example
White with #1B203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B203B; }
p { color: rgb(27,32,59); }
H1.HeaderClassName
{
color: #1B203B;
}
.AnyTagClassName
{
color: #1B203B;
}
</style>
background-color css
<style>
a { background-color: #1B203B; }
a { background-color: rgb(27,32,59); }
div.DivClassName
{
background-color: #1B203B;
}
.BgClassName
{
background-color: #1B203B;
}
</style>
border-color css
<style>
span { border-color: #1B203B; }
span { border-color: rgb(27,32,59); }
td.TdClassName
{
border-color: #1B203B;
}
.TagClassName
{
border-color: #1B203B;
}
</style>