Shades of Midnight Express #021441
Tints of Midnight Express #021441
RGB
CMYK
RGB Variations
Color information
#021441 (or 0x021441) is known color: Midnight Express. HEX triplet: 02, 14 and 41. RGB value is (2,20,65). Sum of RGB (Red+Green+Blue) = 2+20+65=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 65 (25.78% from 255 or 74.71% from 87); Max value from RGB is 65 - color contains mainly: blue. Hex color #021441 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021441 is #FDEBBE. Grayscale: #131313. Windows color (decimal): -16640959 or 4264962. OLE color: 4264962.
HSL color Cylindrical-coordinate representation of color #021441: hue angle of 222.86º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021441 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 20 | 65 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.75 |
| HSL | 222.86º | 0.94% | 0.13% | - |
| HSV(B) | 222.86º | 0.97% | 0.25% | - |
| XYZ | 1.23 | 0.89 | 5.11 | - |
| YUV | 19.75 | 153.54 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 65 | 0.97 | 0.69 | 0 | 0.75 | 222.86 | 0.94 | 0.13 |
| Hex | 2 | 14 | 41 | 61 | 45 | 0 | 4B | DF | 5E | D |
| Octal | 2 | 24 | 101 | 141 | 105 | 0 | 113 | 337 | 136 | 15 |
| Binary | 10 | 10100 | 1000001 | 1100001 | 1000101 | 0 | 1001011 | 11011111 | 1011110 | 1101 |
Color Harmonies of #021441
Complementary color
Monochromatic Colors of #021441
Black with #021441
Text Example
Text Example
White with #021441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021441; }
p { color: rgb(2,20,65); }
H1.HeaderClassName
{
color: #021441;
}
.AnyTagClassName
{
color: #021441;
}
</style>
background-color css
<style>
a { background-color: #021441; }
a { background-color: rgb(2,20,65); }
div.DivClassName
{
background-color: #021441;
}
.BgClassName
{
background-color: #021441;
}
</style>
border-color css
<style>
span { border-color: #021441; }
span { border-color: rgb(2,20,65); }
td.TdClassName
{
border-color: #021441;
}
.TagClassName
{
border-color: #021441;
}
</style>