Shades of Midnight Express #020B3D
Tints of Midnight Express #020B3D
RGB
CMYK
RGB Variations
Color information
#020B3D (or 0x020B3D) is known color: Midnight Express. HEX triplet: 02, 0B and 3D. RGB value is (2,11,61). Sum of RGB (Red+Green+Blue) = 2+11+61=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 11 (4.69% from 255 or 14.86% from 74); Blue value is 61 (24.22% from 255 or 82.43% from 74); Max value from RGB is 61 - color contains mainly: blue. Hex color #020B3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020B3D is #FDF4C2. Grayscale: #0D0D0D. Windows color (decimal): -16643267 or 4000514. OLE color: 4000514.
HSL color Cylindrical-coordinate representation of color #020B3D: hue angle of 230.85º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020B3D is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 11 | 61 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.76 |
| HSL | 230.85º | 0.94% | 0.12% | - |
| HSV(B) | 230.85º | 0.97% | 0.24% | - |
| XYZ | 0.99 | 0.59 | 4.48 | - |
| YUV | 14.01 | 154.52 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 61 | 0.97 | 0.82 | 0 | 0.76 | 230.85 | 0.94 | 0.12 |
| Hex | 2 | B | 3D | 61 | 52 | 0 | 4C | E7 | 5E | C |
| Octal | 2 | 13 | 75 | 141 | 122 | 0 | 114 | 347 | 136 | 14 |
| Binary | 10 | 1011 | 111101 | 1100001 | 1010010 | 0 | 1001100 | 11100111 | 1011110 | 1100 |
Color Harmonies of #020B3D
Complementary color
Monochromatic Colors of #020B3D
Black with #020B3D
Text Example
Text Example
White with #020B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B3D; }
p { color: rgb(2,11,61); }
H1.HeaderClassName
{
color: #020B3D;
}
.AnyTagClassName
{
color: #020B3D;
}
</style>
background-color css
<style>
a { background-color: #020B3D; }
a { background-color: rgb(2,11,61); }
div.DivClassName
{
background-color: #020B3D;
}
.BgClassName
{
background-color: #020B3D;
}
</style>
border-color css
<style>
span { border-color: #020B3D; }
span { border-color: rgb(2,11,61); }
td.TdClassName
{
border-color: #020B3D;
}
.TagClassName
{
border-color: #020B3D;
}
</style>