Shades of Midnight Express #020B3A
Tints of Midnight Express #020B3A
RGB
CMYK
RGB Variations
Color information
#020B3A (or 0x020B3A) is known color: Midnight Express. HEX triplet: 02, 0B and 3A. RGB value is (2,11,58). Sum of RGB (Red+Green+Blue) = 2+11+58=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 11 (4.69% from 255 or 15.49% from 71); Blue value is 58 (23.05% from 255 or 81.69% from 71); Max value from RGB is 58 - color contains mainly: blue. Hex color #020B3A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020B3A is #FDF4C5. Grayscale: #0D0D0D. Windows color (decimal): -16643270 or 3803906. OLE color: 3803906.
HSL color Cylindrical-coordinate representation of color #020B3A: hue angle of 230.36º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020B3A is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 11 | 58 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.77 |
| HSL | 230.36º | 0.93% | 0.12% | - |
| HSV(B) | 230.36º | 0.97% | 0.23% | - |
| XYZ | 0.91 | 0.56 | 4.06 | - |
| YUV | 13.67 | 153.02 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 58 | 0.97 | 0.81 | 0 | 0.77 | 230.36 | 0.93 | 0.12 |
| Hex | 2 | B | 3A | 61 | 51 | 0 | 4D | E6 | 5D | C |
| Octal | 2 | 13 | 72 | 141 | 121 | 0 | 115 | 346 | 135 | 14 |
| Binary | 10 | 1011 | 111010 | 1100001 | 1010001 | 0 | 1001101 | 11100110 | 1011101 | 1100 |
Color Harmonies of #020B3A
Complementary color
Monochromatic Colors of #020B3A
Black with #020B3A
Text Example
Text Example
White with #020B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B3A; }
p { color: rgb(2,11,58); }
H1.HeaderClassName
{
color: #020B3A;
}
.AnyTagClassName
{
color: #020B3A;
}
</style>
background-color css
<style>
a { background-color: #020B3A; }
a { background-color: rgb(2,11,58); }
div.DivClassName
{
background-color: #020B3A;
}
.BgClassName
{
background-color: #020B3A;
}
</style>
border-color css
<style>
span { border-color: #020B3A; }
span { border-color: rgb(2,11,58); }
td.TdClassName
{
border-color: #020B3A;
}
.TagClassName
{
border-color: #020B3A;
}
</style>