Shades of Midnight Express #020C36
Tints of Midnight Express #020C36
RGB
CMYK
RGB Variations
Color information
#020C36 (or 0x020C36) is known color: Midnight Express. HEX triplet: 02, 0C and 36. RGB value is (2,12,54). Sum of RGB (Red+Green+Blue) = 2+12+54=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 12 (5.08% from 255 or 17.65% from 68); Blue value is 54 (21.48% from 255 or 79.41% from 68); Max value from RGB is 54 - color contains mainly: blue. Hex color #020C36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020C36 is #FDF3C9. Grayscale: #0D0D0D. Windows color (decimal): -16643018 or 3542018. OLE color: 3542018.
HSL color Cylindrical-coordinate representation of color #020C36: hue angle of 228.46º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020C36 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 12 | 54 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.79 |
| HSL | 228.46º | 0.93% | 0.11% | - |
| HSV(B) | 228.46º | 0.96% | 0.21% | - |
| XYZ | 0.82 | 0.54 | 3.55 | - |
| YUV | 13.8 | 150.69 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 54 | 0.96 | 0.78 | 0 | 0.79 | 228.46 | 0.93 | 0.11 |
| Hex | 2 | C | 36 | 60 | 4E | 0 | 4F | E4 | 5D | B |
| Octal | 2 | 14 | 66 | 140 | 116 | 0 | 117 | 344 | 135 | 13 |
| Binary | 10 | 1100 | 110110 | 1100000 | 1001110 | 0 | 1001111 | 11100100 | 1011101 | 1011 |
Color Harmonies of #020C36
Complementary color
Monochromatic Colors of #020C36
Black with #020C36
Text Example
Text Example
White with #020C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C36; }
p { color: rgb(2,12,54); }
H1.HeaderClassName
{
color: #020C36;
}
.AnyTagClassName
{
color: #020C36;
}
</style>
background-color css
<style>
a { background-color: #020C36; }
a { background-color: rgb(2,12,54); }
div.DivClassName
{
background-color: #020C36;
}
.BgClassName
{
background-color: #020C36;
}
</style>
border-color css
<style>
span { border-color: #020C36; }
span { border-color: rgb(2,12,54); }
td.TdClassName
{
border-color: #020C36;
}
.TagClassName
{
border-color: #020C36;
}
</style>