Shades of Midnight Express #020B2D
Tints of Midnight Express #020B2D
RGB
CMYK
RGB Variations
Color information
#020B2D (or 0x020B2D) is known color: Midnight Express. HEX triplet: 02, 0B and 2D. RGB value is (2,11,45). Sum of RGB (Red+Green+Blue) = 2+11+45=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 11 (4.69% from 255 or 18.97% from 58); Blue value is 45 (17.97% from 255 or 77.59% from 58); Max value from RGB is 45 - color contains mainly: blue. Hex color #020B2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020B2D is #FDF4D2. Grayscale: #0C0C0C. Windows color (decimal): -16643283 or 2951938. OLE color: 2951938.
HSL color Cylindrical-coordinate representation of color #020B2D: hue angle of 227.44º degrees, saturation: 0.91, 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 #020B2D is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 11 | 45 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.82 |
| HSL | 227.44º | 0.91% | 0.09% | - |
| HSV(B) | 227.44º | 0.96% | 0.18% | - |
| XYZ | 0.62 | 0.44 | 2.54 | - |
| YUV | 12.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 45 | 0.96 | 0.76 | 0 | 0.82 | 227.44 | 0.91 | 0.09 |
| Hex | 2 | B | 2D | 60 | 4C | 0 | 52 | E3 | 5B | 9 |
| Octal | 2 | 13 | 55 | 140 | 114 | 0 | 122 | 343 | 133 | 11 |
| Binary | 10 | 1011 | 101101 | 1100000 | 1001100 | 0 | 1010010 | 11100011 | 1011011 | 1001 |
Color Harmonies of #020B2D
Complementary color
Monochromatic Colors of #020B2D
Black with #020B2D
Text Example
Text Example
White with #020B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B2D; }
p { color: rgb(2,11,45); }
H1.HeaderClassName
{
color: #020B2D;
}
.AnyTagClassName
{
color: #020B2D;
}
</style>
background-color css
<style>
a { background-color: #020B2D; }
a { background-color: rgb(2,11,45); }
div.DivClassName
{
background-color: #020B2D;
}
.BgClassName
{
background-color: #020B2D;
}
</style>
border-color css
<style>
span { border-color: #020B2D; }
span { border-color: rgb(2,11,45); }
td.TdClassName
{
border-color: #020B2D;
}
.TagClassName
{
border-color: #020B2D;
}
</style>