Shades of Midnight Express #020C44
Tints of Midnight Express #020C44
RGB
CMYK
RGB Variations
Color information
#020C44 (or 0x020C44) is known color: Midnight Express. HEX triplet: 02, 0C and 44. RGB value is (2,12,68). Sum of RGB (Red+Green+Blue) = 2+12+68=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 68 (26.95% from 255 or 82.93% from 82); Max value from RGB is 68 - color contains mainly: blue. Hex color #020C44 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020C44 is #FDF3BB. Grayscale: #0F0F0F. Windows color (decimal): -16643004 or 4459522. OLE color: 4459522.
HSL color Cylindrical-coordinate representation of color #020C44: hue angle of 230.91º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020C44 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 12 | 68 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.73 |
| HSL | 230.91º | 0.94% | 0.14% | - |
| HSV(B) | 230.91º | 0.97% | 0.27% | - |
| XYZ | 1.2 | 0.69 | 5.54 | - |
| YUV | 15.39 | 157.69 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 68 | 0.97 | 0.82 | 0 | 0.73 | 230.91 | 0.94 | 0.14 |
| Hex | 2 | C | 44 | 61 | 52 | 0 | 49 | E7 | 5E | E |
| Octal | 2 | 14 | 104 | 141 | 122 | 0 | 111 | 347 | 136 | 16 |
| Binary | 10 | 1100 | 1000100 | 1100001 | 1010010 | 0 | 1001001 | 11100111 | 1011110 | 1110 |
Color Harmonies of #020C44
Complementary color
Monochromatic Colors of #020C44
Black with #020C44
Text Example
Text Example
White with #020C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C44; }
p { color: rgb(2,12,68); }
H1.HeaderClassName
{
color: #020C44;
}
.AnyTagClassName
{
color: #020C44;
}
</style>
background-color css
<style>
a { background-color: #020C44; }
a { background-color: rgb(2,12,68); }
div.DivClassName
{
background-color: #020C44;
}
.BgClassName
{
background-color: #020C44;
}
</style>
border-color css
<style>
span { border-color: #020C44; }
span { border-color: rgb(2,12,68); }
td.TdClassName
{
border-color: #020C44;
}
.TagClassName
{
border-color: #020C44;
}
</style>