Shades of Midnight Express #020B3F
Tints of Midnight Express #020B3F
RGB
CMYK
RGB Variations
Color information
#020B3F (or 0x020B3F) is known color: Midnight Express. HEX triplet: 02, 0B and 3F. RGB value is (2,11,63). Sum of RGB (Red+Green+Blue) = 2+11+63=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 63 (25% from 255 or 82.89% from 76); Max value from RGB is 63 - color contains mainly: blue. Hex color #020B3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020B3F is #FDF4C0. Grayscale: #0E0E0E. Windows color (decimal): -16643265 or 4131586. OLE color: 4131586.
HSL color Cylindrical-coordinate representation of color #020B3F: hue angle of 231.15º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020B3F is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 11 | 63 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.75 |
| HSL | 231.15º | 0.94% | 0.13% | - |
| HSV(B) | 231.15º | 0.97% | 0.25% | - |
| XYZ | 1.04 | 0.61 | 4.77 | - |
| YUV | 14.24 | 155.52 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 63 | 0.97 | 0.83 | 0 | 0.75 | 231.15 | 0.94 | 0.13 |
| Hex | 2 | B | 3F | 61 | 53 | 0 | 4B | E7 | 5E | D |
| Octal | 2 | 13 | 77 | 141 | 123 | 0 | 113 | 347 | 136 | 15 |
| Binary | 10 | 1011 | 111111 | 1100001 | 1010011 | 0 | 1001011 | 11100111 | 1011110 | 1101 |
Color Harmonies of #020B3F
Complementary color
Monochromatic Colors of #020B3F
Black with #020B3F
Text Example
Text Example
White with #020B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B3F; }
p { color: rgb(2,11,63); }
H1.HeaderClassName
{
color: #020B3F;
}
.AnyTagClassName
{
color: #020B3F;
}
</style>
background-color css
<style>
a { background-color: #020B3F; }
a { background-color: rgb(2,11,63); }
div.DivClassName
{
background-color: #020B3F;
}
.BgClassName
{
background-color: #020B3F;
}
</style>
border-color css
<style>
span { border-color: #020B3F; }
span { border-color: rgb(2,11,63); }
td.TdClassName
{
border-color: #020B3F;
}
.TagClassName
{
border-color: #020B3F;
}
</style>