Shades of Midnight Express #020D43
Tints of Midnight Express #020D43
RGB
CMYK
RGB Variations
Color information
#020D43 (or 0x020D43) is known color: Midnight Express. HEX triplet: 02, 0D and 43. RGB value is (2,13,67). Sum of RGB (Red+Green+Blue) = 2+13+67=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 67 (26.56% from 255 or 81.71% from 82); Max value from RGB is 67 - color contains mainly: blue. Hex color #020D43 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020D43 is #FDF2BC. Grayscale: #0F0F0F. Windows color (decimal): -16642749 or 4394242. OLE color: 4394242.
HSL color Cylindrical-coordinate representation of color #020D43: hue angle of 229.85º 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 #020D43 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 13 | 67 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.74 |
| HSL | 229.85º | 0.94% | 0.14% | - |
| HSV(B) | 229.85º | 0.97% | 0.26% | - |
| XYZ | 1.18 | 0.71 | 5.38 | - |
| YUV | 15.87 | 156.86 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 67 | 0.97 | 0.81 | 0 | 0.74 | 229.85 | 0.94 | 0.14 |
| Hex | 2 | D | 43 | 61 | 51 | 0 | 4A | E6 | 5E | E |
| Octal | 2 | 15 | 103 | 141 | 121 | 0 | 112 | 346 | 136 | 16 |
| Binary | 10 | 1101 | 1000011 | 1100001 | 1010001 | 0 | 1001010 | 11100110 | 1011110 | 1110 |
Color Harmonies of #020D43
Complementary color
Monochromatic Colors of #020D43
Black with #020D43
Text Example
Text Example
White with #020D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D43; }
p { color: rgb(2,13,67); }
H1.HeaderClassName
{
color: #020D43;
}
.AnyTagClassName
{
color: #020D43;
}
</style>
background-color css
<style>
a { background-color: #020D43; }
a { background-color: rgb(2,13,67); }
div.DivClassName
{
background-color: #020D43;
}
.BgClassName
{
background-color: #020D43;
}
</style>
border-color css
<style>
span { border-color: #020D43; }
span { border-color: rgb(2,13,67); }
td.TdClassName
{
border-color: #020D43;
}
.TagClassName
{
border-color: #020D43;
}
</style>