Shades of Midnight Express #020D3C
Tints of Midnight Express #020D3C
RGB
CMYK
RGB Variations
Color information
#020D3C (or 0x020D3C) is known color: Midnight Express. HEX triplet: 02, 0D and 3C. RGB value is (2,13,60). Sum of RGB (Red+Green+Blue) = 2+13+60=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 60 (23.83% from 255 or 80% from 75); Max value from RGB is 60 - color contains mainly: blue. Hex color #020D3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020D3C is #FDF2C3. Grayscale: #0E0E0E. Windows color (decimal): -16642756 or 3935490. OLE color: 3935490.
HSL color Cylindrical-coordinate representation of color #020D3C: hue angle of 228.62º 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 #020D3C is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 13 | 60 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.76 |
| HSL | 228.62º | 0.94% | 0.12% | - |
| HSV(B) | 228.62º | 0.97% | 0.24% | - |
| XYZ | 0.98 | 0.63 | 4.34 | - |
| YUV | 15.07 | 153.36 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 60 | 0.97 | 0.78 | 0 | 0.76 | 228.62 | 0.94 | 0.12 |
| Hex | 2 | D | 3C | 61 | 4E | 0 | 4C | E5 | 5E | C |
| Octal | 2 | 15 | 74 | 141 | 116 | 0 | 114 | 345 | 136 | 14 |
| Binary | 10 | 1101 | 111100 | 1100001 | 1001110 | 0 | 1001100 | 11100101 | 1011110 | 1100 |
Color Harmonies of #020D3C
Complementary color
Monochromatic Colors of #020D3C
Black with #020D3C
Text Example
Text Example
White with #020D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D3C; }
p { color: rgb(2,13,60); }
H1.HeaderClassName
{
color: #020D3C;
}
.AnyTagClassName
{
color: #020D3C;
}
</style>
background-color css
<style>
a { background-color: #020D3C; }
a { background-color: rgb(2,13,60); }
div.DivClassName
{
background-color: #020D3C;
}
.BgClassName
{
background-color: #020D3C;
}
</style>
border-color css
<style>
span { border-color: #020D3C; }
span { border-color: rgb(2,13,60); }
td.TdClassName
{
border-color: #020D3C;
}
.TagClassName
{
border-color: #020D3C;
}
</style>