Shades of Midnight Express #020C43
Tints of Midnight Express #020C43
RGB
CMYK
RGB Variations
Color information
#020C43 (or 0x020C43) is known color: Midnight Express. HEX triplet: 02, 0C and 43. RGB value is (2,12,67). Sum of RGB (Red+Green+Blue) = 2+12+67=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 67 (26.56% from 255 or 82.72% from 81); Max value from RGB is 67 - color contains mainly: blue. Hex color #020C43 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020C43 is #FDF3BC. Grayscale: #0F0F0F. Windows color (decimal): -16643005 or 4393986. OLE color: 4393986.
HSL color Cylindrical-coordinate representation of color #020C43: hue angle of 230.77º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020C43 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 12 | 67 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.74 |
| HSL | 230.77º | 0.94% | 0.14% | - |
| HSV(B) | 230.77º | 0.97% | 0.26% | - |
| XYZ | 1.17 | 0.68 | 5.38 | - |
| YUV | 15.28 | 157.19 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 67 | 0.97 | 0.82 | 0 | 0.74 | 230.77 | 0.94 | 0.14 |
| Hex | 2 | C | 43 | 61 | 52 | 0 | 4A | E7 | 5E | E |
| Octal | 2 | 14 | 103 | 141 | 122 | 0 | 112 | 347 | 136 | 16 |
| Binary | 10 | 1100 | 1000011 | 1100001 | 1010010 | 0 | 1001010 | 11100111 | 1011110 | 1110 |
Color Harmonies of #020C43
Complementary color
Monochromatic Colors of #020C43
Black with #020C43
Text Example
Text Example
White with #020C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C43; }
p { color: rgb(2,12,67); }
H1.HeaderClassName
{
color: #020C43;
}
.AnyTagClassName
{
color: #020C43;
}
</style>
background-color css
<style>
a { background-color: #020C43; }
a { background-color: rgb(2,12,67); }
div.DivClassName
{
background-color: #020C43;
}
.BgClassName
{
background-color: #020C43;
}
</style>
border-color css
<style>
span { border-color: #020C43; }
span { border-color: rgb(2,12,67); }
td.TdClassName
{
border-color: #020C43;
}
.TagClassName
{
border-color: #020C43;
}
</style>