Shades of Midnight Express #020A3E
Tints of Midnight Express #020A3E
RGB
CMYK
RGB Variations
Color information
#020A3E (or 0x020A3E) is known color: Midnight Express. HEX triplet: 02, 0A and 3E. RGB value is (2,10,62). Sum of RGB (Red+Green+Blue) = 2+10+62=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 10 (4.30% from 255 or 13.51% from 74); Blue value is 62 (24.61% from 255 or 83.78% from 74); Max value from RGB is 62 - color contains mainly: blue. Hex color #020A3E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020A3E is #FDF5C1. Grayscale: #0D0D0D. Windows color (decimal): -16643522 or 4065794. OLE color: 4065794.
HSL color Cylindrical-coordinate representation of color #020A3E: hue angle of 232º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020A3E is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 10 | 62 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.76 |
| HSL | 232º | 0.94% | 0.13% | - |
| HSV(B) | 232º | 0.97% | 0.24% | - |
| XYZ | 1 | 0.58 | 4.62 | - |
| YUV | 13.54 | 155.35 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 62 | 0.97 | 0.84 | 0 | 0.76 | 232 | 0.94 | 0.13 |
| Hex | 2 | A | 3E | 61 | 54 | 0 | 4C | E8 | 5E | D |
| Octal | 2 | 12 | 76 | 141 | 124 | 0 | 114 | 350 | 136 | 15 |
| Binary | 10 | 1010 | 111110 | 1100001 | 1010100 | 0 | 1001100 | 11101000 | 1011110 | 1101 |
Color Harmonies of #020A3E
Complementary color
Monochromatic Colors of #020A3E
Black with #020A3E
Text Example
Text Example
White with #020A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A3E; }
p { color: rgb(2,10,62); }
H1.HeaderClassName
{
color: #020A3E;
}
.AnyTagClassName
{
color: #020A3E;
}
</style>
background-color css
<style>
a { background-color: #020A3E; }
a { background-color: rgb(2,10,62); }
div.DivClassName
{
background-color: #020A3E;
}
.BgClassName
{
background-color: #020A3E;
}
</style>
border-color css
<style>
span { border-color: #020A3E; }
span { border-color: rgb(2,10,62); }
td.TdClassName
{
border-color: #020A3E;
}
.TagClassName
{
border-color: #020A3E;
}
</style>