Shades of Midnight Express #021741
Tints of Midnight Express #021741
RGB
CMYK
RGB Variations
Color information
#021741 (or 0x021741) is known color: Midnight Express. HEX triplet: 02, 17 and 41. RGB value is (2,23,65). Sum of RGB (Red+Green+Blue) = 2+23+65=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 23 (9.38% from 255 or 25.56% from 90); Blue value is 65 (25.78% from 255 or 72.22% from 90); Max value from RGB is 65 - color contains mainly: blue. Hex color #021741 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021741 is #FDE8BE. Grayscale: #151515. Windows color (decimal): -16640191 or 4265730. OLE color: 4265730.
HSL color Cylindrical-coordinate representation of color #021741: hue angle of 220º 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 #021741 is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 23 | 65 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.75 |
| HSL | 220º | 0.94% | 0.13% | - |
| HSV(B) | 220º | 0.97% | 0.25% | - |
| XYZ | 1.29 | 1.01 | 5.13 | - |
| YUV | 21.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 65 | 0.97 | 0.65 | 0 | 0.75 | 220 | 0.94 | 0.13 |
| Hex | 2 | 17 | 41 | 61 | 41 | 0 | 4B | DC | 5E | D |
| Octal | 2 | 27 | 101 | 141 | 101 | 0 | 113 | 334 | 136 | 15 |
| Binary | 10 | 10111 | 1000001 | 1100001 | 1000001 | 0 | 1001011 | 11011100 | 1011110 | 1101 |
Color Harmonies of #021741
Complementary color
Monochromatic Colors of #021741
Black with #021741
Text Example
Text Example
White with #021741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021741; }
p { color: rgb(2,23,65); }
H1.HeaderClassName
{
color: #021741;
}
.AnyTagClassName
{
color: #021741;
}
</style>
background-color css
<style>
a { background-color: #021741; }
a { background-color: rgb(2,23,65); }
div.DivClassName
{
background-color: #021741;
}
.BgClassName
{
background-color: #021741;
}
</style>
border-color css
<style>
span { border-color: #021741; }
span { border-color: rgb(2,23,65); }
td.TdClassName
{
border-color: #021741;
}
.TagClassName
{
border-color: #021741;
}
</style>