Shades of Midnight Express #020C39
Tints of Midnight Express #020C39
RGB
CMYK
RGB Variations
Color information
#020C39 (or 0x020C39) is known color: Midnight Express. HEX triplet: 02, 0C and 39. RGB value is (2,12,57). Sum of RGB (Red+Green+Blue) = 2+12+57=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 12 (5.08% from 255 or 16.90% from 71); Blue value is 57 (22.66% from 255 or 80.28% from 71); Max value from RGB is 57 - color contains mainly: blue. Hex color #020C39 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020C39 is #FDF3C6. Grayscale: #0D0D0D. Windows color (decimal): -16643015 or 3738626. OLE color: 3738626.
HSL color Cylindrical-coordinate representation of color #020C39: hue angle of 229.09º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020C39 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 12 | 57 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.78 |
| HSL | 229.09º | 0.93% | 0.12% | - |
| HSV(B) | 229.09º | 0.96% | 0.22% | - |
| XYZ | 0.9 | 0.57 | 3.93 | - |
| YUV | 14.14 | 152.19 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 57 | 0.96 | 0.79 | 0 | 0.78 | 229.09 | 0.93 | 0.12 |
| Hex | 2 | C | 39 | 60 | 4F | 0 | 4E | E5 | 5D | C |
| Octal | 2 | 14 | 71 | 140 | 117 | 0 | 116 | 345 | 135 | 14 |
| Binary | 10 | 1100 | 111001 | 1100000 | 1001111 | 0 | 1001110 | 11100101 | 1011101 | 1100 |
Color Harmonies of #020C39
Complementary color
Monochromatic Colors of #020C39
Black with #020C39
Text Example
Text Example
White with #020C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C39; }
p { color: rgb(2,12,57); }
H1.HeaderClassName
{
color: #020C39;
}
.AnyTagClassName
{
color: #020C39;
}
</style>
background-color css
<style>
a { background-color: #020C39; }
a { background-color: rgb(2,12,57); }
div.DivClassName
{
background-color: #020C39;
}
.BgClassName
{
background-color: #020C39;
}
</style>
border-color css
<style>
span { border-color: #020C39; }
span { border-color: rgb(2,12,57); }
td.TdClassName
{
border-color: #020C39;
}
.TagClassName
{
border-color: #020C39;
}
</style>