Shades of Midnight Express #020D37
Tints of Midnight Express #020D37
RGB
CMYK
RGB Variations
Color information
#020D37 (or 0x020D37) is known color: Midnight Express. HEX triplet: 02, 0D and 37. RGB value is (2,13,55). Sum of RGB (Red+Green+Blue) = 2+13+55=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 13 (5.47% from 255 or 18.57% from 70); Blue value is 55 (21.88% from 255 or 78.57% from 70); Max value from RGB is 55 - color contains mainly: blue. Hex color #020D37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020D37 is #FDF2C8. Grayscale: #0E0E0E. Windows color (decimal): -16642761 or 3607810. OLE color: 3607810.
HSL color Cylindrical-coordinate representation of color #020D37: hue angle of 227.55º 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 #020D37 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 13 | 55 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.78 |
| HSL | 227.55º | 0.93% | 0.11% | - |
| HSV(B) | 227.55º | 0.96% | 0.22% | - |
| XYZ | 0.86 | 0.58 | 3.68 | - |
| YUV | 14.5 | 150.86 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 55 | 0.96 | 0.76 | 0 | 0.78 | 227.55 | 0.93 | 0.11 |
| Hex | 2 | D | 37 | 60 | 4C | 0 | 4E | E4 | 5D | B |
| Octal | 2 | 15 | 67 | 140 | 114 | 0 | 116 | 344 | 135 | 13 |
| Binary | 10 | 1101 | 110111 | 1100000 | 1001100 | 0 | 1001110 | 11100100 | 1011101 | 1011 |
Color Harmonies of #020D37
Complementary color
Monochromatic Colors of #020D37
Black with #020D37
Text Example
Text Example
White with #020D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D37; }
p { color: rgb(2,13,55); }
H1.HeaderClassName
{
color: #020D37;
}
.AnyTagClassName
{
color: #020D37;
}
</style>
background-color css
<style>
a { background-color: #020D37; }
a { background-color: rgb(2,13,55); }
div.DivClassName
{
background-color: #020D37;
}
.BgClassName
{
background-color: #020D37;
}
</style>
border-color css
<style>
span { border-color: #020D37; }
span { border-color: rgb(2,13,55); }
td.TdClassName
{
border-color: #020D37;
}
.TagClassName
{
border-color: #020D37;
}
</style>