Shades of Midnight Express #021943
Tints of Midnight Express #021943
RGB
CMYK
RGB Variations
Color information
#021943 (or 0x021943) is known color: Midnight Express. HEX triplet: 02, 19 and 43. RGB value is (2,25,67). Sum of RGB (Red+Green+Blue) = 2+25+67=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 67 (26.56% from 255 or 71.28% from 94); Max value from RGB is 67 - color contains mainly: blue. Hex color #021943 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021943 is #FDE6BC. Grayscale: #161616. Windows color (decimal): -16639677 or 4397314. OLE color: 4397314.
HSL color Cylindrical-coordinate representation of color #021943: hue angle of 218.77º 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 #021943 is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 25 | 67 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.74 |
| HSL | 218.77º | 0.94% | 0.14% | - |
| HSV(B) | 218.77º | 0.97% | 0.26% | - |
| XYZ | 1.39 | 1.11 | 5.45 | - |
| YUV | 22.91 | 152.88 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 67 | 0.97 | 0.63 | 0 | 0.74 | 218.77 | 0.94 | 0.14 |
| Hex | 2 | 19 | 43 | 61 | 3F | 0 | 4A | DB | 5E | E |
| Octal | 2 | 31 | 103 | 141 | 77 | 0 | 112 | 333 | 136 | 16 |
| Binary | 10 | 11001 | 1000011 | 1100001 | 111111 | 0 | 1001010 | 11011011 | 1011110 | 1110 |
Color Harmonies of #021943
Complementary color
Monochromatic Colors of #021943
Black with #021943
Text Example
Text Example
White with #021943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021943; }
p { color: rgb(2,25,67); }
H1.HeaderClassName
{
color: #021943;
}
.AnyTagClassName
{
color: #021943;
}
</style>
background-color css
<style>
a { background-color: #021943; }
a { background-color: rgb(2,25,67); }
div.DivClassName
{
background-color: #021943;
}
.BgClassName
{
background-color: #021943;
}
</style>
border-color css
<style>
span { border-color: #021943; }
span { border-color: rgb(2,25,67); }
td.TdClassName
{
border-color: #021943;
}
.TagClassName
{
border-color: #021943;
}
</style>