Shades of Midnight Express #020D3B
Tints of Midnight Express #020D3B
RGB
CMYK
RGB Variations
Color information
#020D3B (or 0x020D3B) is known color: Midnight Express. HEX triplet: 02, 0D and 3B. RGB value is (2,13,59). Sum of RGB (Red+Green+Blue) = 2+13+59=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 59 (23.44% from 255 or 79.73% from 74); Max value from RGB is 59 - color contains mainly: blue. Hex color #020D3B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020D3B is #FDF2C4. Grayscale: #0E0E0E. Windows color (decimal): -16642757 or 3869954. OLE color: 3869954.
HSL color Cylindrical-coordinate representation of color #020D3B: hue angle of 228.42º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020D3B is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 13 | 59 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.77 |
| HSL | 228.42º | 0.93% | 0.12% | - |
| HSV(B) | 228.42º | 0.97% | 0.23% | - |
| XYZ | 0.96 | 0.62 | 4.21 | - |
| YUV | 14.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 59 | 0.97 | 0.78 | 0 | 0.77 | 228.42 | 0.93 | 0.12 |
| Hex | 2 | D | 3B | 61 | 4E | 0 | 4D | E4 | 5D | C |
| Octal | 2 | 15 | 73 | 141 | 116 | 0 | 115 | 344 | 135 | 14 |
| Binary | 10 | 1101 | 111011 | 1100001 | 1001110 | 0 | 1001101 | 11100100 | 1011101 | 1100 |
Color Harmonies of #020D3B
Complementary color
Monochromatic Colors of #020D3B
Black with #020D3B
Text Example
Text Example
White with #020D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D3B; }
p { color: rgb(2,13,59); }
H1.HeaderClassName
{
color: #020D3B;
}
.AnyTagClassName
{
color: #020D3B;
}
</style>
background-color css
<style>
a { background-color: #020D3B; }
a { background-color: rgb(2,13,59); }
div.DivClassName
{
background-color: #020D3B;
}
.BgClassName
{
background-color: #020D3B;
}
</style>
border-color css
<style>
span { border-color: #020D3B; }
span { border-color: rgb(2,13,59); }
td.TdClassName
{
border-color: #020D3B;
}
.TagClassName
{
border-color: #020D3B;
}
</style>