Shades of Midnight Express #020A2F
Tints of Midnight Express #020A2F
RGB
CMYK
RGB Variations
Color information
#020A2F (or 0x020A2F) is known color: Midnight Express. HEX triplet: 02, 0A and 2F. RGB value is (2,10,47). Sum of RGB (Red+Green+Blue) = 2+10+47=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 10 (4.30% from 255 or 16.95% from 59); Blue value is 47 (18.75% from 255 or 79.66% from 59); Max value from RGB is 47 - color contains mainly: blue. Hex color #020A2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020A2F is #FDF5D0. Grayscale: #0B0B0B. Windows color (decimal): -16643537 or 3082754. OLE color: 3082754.
HSL color Cylindrical-coordinate representation of color #020A2F: hue angle of 229.33º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020A2F is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 10 | 47 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.82 |
| HSL | 229.33º | 0.92% | 0.1% | - |
| HSV(B) | 229.33º | 0.96% | 0.18% | - |
| XYZ | 0.65 | 0.44 | 2.74 | - |
| YUV | 11.83 | 147.85 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 47 | 0.96 | 0.79 | 0 | 0.82 | 229.33 | 0.92 | 0.1 |
| Hex | 2 | A | 2F | 60 | 4F | 0 | 52 | E5 | 5C | A |
| Octal | 2 | 12 | 57 | 140 | 117 | 0 | 122 | 345 | 134 | 12 |
| Binary | 10 | 1010 | 101111 | 1100000 | 1001111 | 0 | 1010010 | 11100101 | 1011100 | 1010 |
Color Harmonies of #020A2F
Complementary color
Monochromatic Colors of #020A2F
Black with #020A2F
Text Example
Text Example
White with #020A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A2F; }
p { color: rgb(2,10,47); }
H1.HeaderClassName
{
color: #020A2F;
}
.AnyTagClassName
{
color: #020A2F;
}
</style>
background-color css
<style>
a { background-color: #020A2F; }
a { background-color: rgb(2,10,47); }
div.DivClassName
{
background-color: #020A2F;
}
.BgClassName
{
background-color: #020A2F;
}
</style>
border-color css
<style>
span { border-color: #020A2F; }
span { border-color: rgb(2,10,47); }
td.TdClassName
{
border-color: #020A2F;
}
.TagClassName
{
border-color: #020A2F;
}
</style>