Shades of Midnight Express #1B203F
Tints of Midnight Express #1B203F
RGB
CMYK
RGB Variations
Color information
#1B203F (or 0x1B203F) is known color: Midnight Express. HEX triplet: 1B, 20 and 3F. RGB value is (27,32,63). Sum of RGB (Red+Green+Blue) = 27+32+63=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 63 (25% from 255 or 51.64% from 122); Max value from RGB is 63 - color contains mainly: blue. Hex color #1B203F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B203F is #E4DFC0. Grayscale: #212121. Windows color (decimal): -14999489 or 4136987. OLE color: 4136987.
HSL color Cylindrical-coordinate representation of color #1B203F: hue angle of 231.67º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1B203F is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 32 | 63 | - |
| CMYK | 0.57 | 0.49 | 0 | 0.75 |
| HSL | 231.67º | 0.4% | 0.18% | - |
| HSV(B) | 231.67º | 0.57% | 0.25% | - |
| XYZ | 1.87 | 1.62 | 4.92 | - |
| YUV | 34.04 | 144.34 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 32 | 63 | 0.57 | 0.49 | 0 | 0.75 | 231.67 | 0.4 | 0.18 |
| Hex | 1B | 20 | 3F | 39 | 31 | 0 | 4B | E8 | 28 | 12 |
| Octal | 33 | 40 | 77 | 71 | 61 | 0 | 113 | 350 | 50 | 22 |
| Binary | 11011 | 100000 | 111111 | 111001 | 110001 | 0 | 1001011 | 11101000 | 101000 | 10010 |
Color Harmonies of #1B203F
Complementary color
Monochromatic Colors of #1B203F
Black with #1B203F
Text Example
Text Example
White with #1B203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B203F; }
p { color: rgb(27,32,63); }
H1.HeaderClassName
{
color: #1B203F;
}
.AnyTagClassName
{
color: #1B203F;
}
</style>
background-color css
<style>
a { background-color: #1B203F; }
a { background-color: rgb(27,32,63); }
div.DivClassName
{
background-color: #1B203F;
}
.BgClassName
{
background-color: #1B203F;
}
</style>
border-color css
<style>
span { border-color: #1B203F; }
span { border-color: rgb(27,32,63); }
td.TdClassName
{
border-color: #1B203F;
}
.TagClassName
{
border-color: #1B203F;
}
</style>