Shades of Midnight Express #020B37
Tints of Midnight Express #020B37
RGB
CMYK
RGB Variations
Color information
#020B37 (or 0x020B37) is known color: Midnight Express. HEX triplet: 02, 0B and 37. RGB value is (2,11,55). Sum of RGB (Red+Green+Blue) = 2+11+55=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 11 (4.69% from 255 or 16.18% from 68); Blue value is 55 (21.88% from 255 or 80.88% from 68); Max value from RGB is 55 - color contains mainly: blue. Hex color #020B37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020B37 is #FDF4C8. Grayscale: #0D0D0D. Windows color (decimal): -16643273 or 3607298. OLE color: 3607298.
HSL color Cylindrical-coordinate representation of color #020B37: hue angle of 229.81º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020B37 is Cyan = 0.96, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 11 | 55 | - |
| CMYK | 0.96 | 0.8 | 0 | 0.78 |
| HSL | 229.81º | 0.93% | 0.11% | - |
| HSV(B) | 229.81º | 0.96% | 0.22% | - |
| XYZ | 0.83 | 0.53 | 3.67 | - |
| YUV | 13.33 | 151.52 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 55 | 0.96 | 0.8 | 0 | 0.78 | 229.81 | 0.93 | 0.11 |
| Hex | 2 | B | 37 | 60 | 50 | 0 | 4E | E6 | 5D | B |
| Octal | 2 | 13 | 67 | 140 | 120 | 0 | 116 | 346 | 135 | 13 |
| Binary | 10 | 1011 | 110111 | 1100000 | 1010000 | 0 | 1001110 | 11100110 | 1011101 | 1011 |
Color Harmonies of #020B37
Complementary color
Monochromatic Colors of #020B37
Black with #020B37
Text Example
Text Example
White with #020B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B37; }
p { color: rgb(2,11,55); }
H1.HeaderClassName
{
color: #020B37;
}
.AnyTagClassName
{
color: #020B37;
}
</style>
background-color css
<style>
a { background-color: #020B37; }
a { background-color: rgb(2,11,55); }
div.DivClassName
{
background-color: #020B37;
}
.BgClassName
{
background-color: #020B37;
}
</style>
border-color css
<style>
span { border-color: #020B37; }
span { border-color: rgb(2,11,55); }
td.TdClassName
{
border-color: #020B37;
}
.TagClassName
{
border-color: #020B37;
}
</style>