Shades of Midnight Express #020B3E
Tints of Midnight Express #020B3E
RGB
CMYK
RGB Variations
Color information
#020B3E (or 0x020B3E) is known color: Midnight Express. HEX triplet: 02, 0B and 3E. RGB value is (2,11,62). Sum of RGB (Red+Green+Blue) = 2+11+62=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 62 (24.61% from 255 or 82.67% from 75); Max value from RGB is 62 - color contains mainly: blue. Hex color #020B3E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020B3E is #FDF4C1. Grayscale: #0D0D0D. Windows color (decimal): -16643266 or 4066050. OLE color: 4066050.
HSL color Cylindrical-coordinate representation of color #020B3E: hue angle of 231º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020B3E is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 11 | 62 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.76 |
| HSL | 231º | 0.94% | 0.13% | - |
| HSV(B) | 231º | 0.97% | 0.24% | - |
| XYZ | 1.01 | 0.6 | 4.62 | - |
| YUV | 14.12 | 155.02 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 62 | 0.97 | 0.82 | 0 | 0.76 | 231 | 0.94 | 0.13 |
| Hex | 2 | B | 3E | 61 | 52 | 0 | 4C | E7 | 5E | D |
| Octal | 2 | 13 | 76 | 141 | 122 | 0 | 114 | 347 | 136 | 15 |
| Binary | 10 | 1011 | 111110 | 1100001 | 1010010 | 0 | 1001100 | 11100111 | 1011110 | 1101 |
Color Harmonies of #020B3E
Complementary color
Monochromatic Colors of #020B3E
Black with #020B3E
Text Example
Text Example
White with #020B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B3E; }
p { color: rgb(2,11,62); }
H1.HeaderClassName
{
color: #020B3E;
}
.AnyTagClassName
{
color: #020B3E;
}
</style>
background-color css
<style>
a { background-color: #020B3E; }
a { background-color: rgb(2,11,62); }
div.DivClassName
{
background-color: #020B3E;
}
.BgClassName
{
background-color: #020B3E;
}
</style>
border-color css
<style>
span { border-color: #020B3E; }
span { border-color: rgb(2,11,62); }
td.TdClassName
{
border-color: #020B3E;
}
.TagClassName
{
border-color: #020B3E;
}
</style>