Shades of Midnight Express #020B3B
Tints of Midnight Express #020B3B
RGB
CMYK
RGB Variations
Color information
#020B3B (or 0x020B3B) is known color: Midnight Express. HEX triplet: 02, 0B and 3B. RGB value is (2,11,59). Sum of RGB (Red+Green+Blue) = 2+11+59=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 11 (4.69% from 255 or 15.28% from 72); Blue value is 59 (23.44% from 255 or 81.94% from 72); Max value from RGB is 59 - color contains mainly: blue. Hex color #020B3B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020B3B is #FDF4C4. Grayscale: #0D0D0D. Windows color (decimal): -16643269 or 3869442. OLE color: 3869442.
HSL color Cylindrical-coordinate representation of color #020B3B: hue angle of 230.53º 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 #020B3B is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 11 | 59 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.77 |
| HSL | 230.53º | 0.93% | 0.12% | - |
| HSV(B) | 230.53º | 0.97% | 0.23% | - |
| XYZ | 0.93 | 0.57 | 4.2 | - |
| YUV | 13.78 | 153.52 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 59 | 0.97 | 0.81 | 0 | 0.77 | 230.53 | 0.93 | 0.12 |
| Hex | 2 | B | 3B | 61 | 51 | 0 | 4D | E7 | 5D | C |
| Octal | 2 | 13 | 73 | 141 | 121 | 0 | 115 | 347 | 135 | 14 |
| Binary | 10 | 1011 | 111011 | 1100001 | 1010001 | 0 | 1001101 | 11100111 | 1011101 | 1100 |
Color Harmonies of #020B3B
Complementary color
Monochromatic Colors of #020B3B
Black with #020B3B
Text Example
Text Example
White with #020B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B3B; }
p { color: rgb(2,11,59); }
H1.HeaderClassName
{
color: #020B3B;
}
.AnyTagClassName
{
color: #020B3B;
}
</style>
background-color css
<style>
a { background-color: #020B3B; }
a { background-color: rgb(2,11,59); }
div.DivClassName
{
background-color: #020B3B;
}
.BgClassName
{
background-color: #020B3B;
}
</style>
border-color css
<style>
span { border-color: #020B3B; }
span { border-color: rgb(2,11,59); }
td.TdClassName
{
border-color: #020B3B;
}
.TagClassName
{
border-color: #020B3B;
}
</style>