Shades of Midnight Express #020B2E
Tints of Midnight Express #020B2E
RGB
CMYK
RGB Variations
Color information
#020B2E (or 0x020B2E) is known color: Midnight Express. HEX triplet: 02, 0B and 2E. RGB value is (2,11,46). Sum of RGB (Red+Green+Blue) = 2+11+46=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 11 (4.69% from 255 or 18.64% from 59); Blue value is 46 (18.36% from 255 or 77.97% from 59); Max value from RGB is 46 - color contains mainly: blue. Hex color #020B2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020B2E is #FDF4D1. Grayscale: #0C0C0C. Windows color (decimal): -16643282 or 3017474. OLE color: 3017474.
HSL color Cylindrical-coordinate representation of color #020B2E: hue angle of 227.73º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020B2E is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 11 | 46 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.82 |
| HSL | 227.73º | 0.92% | 0.09% | - |
| HSV(B) | 227.73º | 0.96% | 0.18% | - |
| XYZ | 0.64 | 0.45 | 2.64 | - |
| YUV | 12.3 | 147.02 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 46 | 0.96 | 0.76 | 0 | 0.82 | 227.73 | 0.92 | 0.09 |
| Hex | 2 | B | 2E | 60 | 4C | 0 | 52 | E4 | 5C | 9 |
| Octal | 2 | 13 | 56 | 140 | 114 | 0 | 122 | 344 | 134 | 11 |
| Binary | 10 | 1011 | 101110 | 1100000 | 1001100 | 0 | 1010010 | 11100100 | 1011100 | 1001 |
Color Harmonies of #020B2E
Complementary color
Monochromatic Colors of #020B2E
Black with #020B2E
Text Example
Text Example
White with #020B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B2E; }
p { color: rgb(2,11,46); }
H1.HeaderClassName
{
color: #020B2E;
}
.AnyTagClassName
{
color: #020B2E;
}
</style>
background-color css
<style>
a { background-color: #020B2E; }
a { background-color: rgb(2,11,46); }
div.DivClassName
{
background-color: #020B2E;
}
.BgClassName
{
background-color: #020B2E;
}
</style>
border-color css
<style>
span { border-color: #020B2E; }
span { border-color: rgb(2,11,46); }
td.TdClassName
{
border-color: #020B2E;
}
.TagClassName
{
border-color: #020B2E;
}
</style>