Shades of Midnight Express #021543
Tints of Midnight Express #021543
RGB
CMYK
RGB Variations
Color information
#021543 (or 0x021543) is known color: Midnight Express. HEX triplet: 02, 15 and 43. RGB value is (2,21,67). Sum of RGB (Red+Green+Blue) = 2+21+67=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 67 (26.56% from 255 or 74.44% from 90); Max value from RGB is 67 - color contains mainly: blue. Hex color #021543 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021543 is #FDEABC. Grayscale: #141414. Windows color (decimal): -16640701 or 4396290. OLE color: 4396290.
HSL color Cylindrical-coordinate representation of color #021543: hue angle of 222.46º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021543 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 21 | 67 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.74 |
| HSL | 222.46º | 0.94% | 0.14% | - |
| HSV(B) | 222.46º | 0.97% | 0.26% | - |
| XYZ | 1.31 | 0.95 | 5.43 | - |
| YUV | 20.56 | 154.21 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 21 | 67 | 0.97 | 0.69 | 0 | 0.74 | 222.46 | 0.94 | 0.14 |
| Hex | 2 | 15 | 43 | 61 | 45 | 0 | 4A | DE | 5E | E |
| Octal | 2 | 25 | 103 | 141 | 105 | 0 | 112 | 336 | 136 | 16 |
| Binary | 10 | 10101 | 1000011 | 1100001 | 1000101 | 0 | 1001010 | 11011110 | 1011110 | 1110 |
Color Harmonies of #021543
Complementary color
Monochromatic Colors of #021543
Black with #021543
Text Example
Text Example
White with #021543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021543; }
p { color: rgb(2,21,67); }
H1.HeaderClassName
{
color: #021543;
}
.AnyTagClassName
{
color: #021543;
}
</style>
background-color css
<style>
a { background-color: #021543; }
a { background-color: rgb(2,21,67); }
div.DivClassName
{
background-color: #021543;
}
.BgClassName
{
background-color: #021543;
}
</style>
border-color css
<style>
span { border-color: #021543; }
span { border-color: rgb(2,21,67); }
td.TdClassName
{
border-color: #021543;
}
.TagClassName
{
border-color: #021543;
}
</style>