Shades of Midnight Express #020C3E
Tints of Midnight Express #020C3E
RGB
CMYK
RGB Variations
Color information
#020C3E (or 0x020C3E) is known color: Midnight Express. HEX triplet: 02, 0C and 3E. RGB value is (2,12,62). Sum of RGB (Red+Green+Blue) = 2+12+62=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 62 (24.61% from 255 or 81.58% from 76); Max value from RGB is 62 - color contains mainly: blue. Hex color #020C3E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020C3E is #FDF3C1. Grayscale: #0E0E0E. Windows color (decimal): -16643010 or 4066306. OLE color: 4066306.
HSL color Cylindrical-coordinate representation of color #020C3E: hue angle of 230º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020C3E is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 12 | 62 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.76 |
| HSL | 230º | 0.94% | 0.13% | - |
| HSV(B) | 230º | 0.97% | 0.24% | - |
| XYZ | 1.03 | 0.62 | 4.62 | - |
| YUV | 14.71 | 154.69 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 62 | 0.97 | 0.81 | 0 | 0.76 | 230 | 0.94 | 0.13 |
| Hex | 2 | C | 3E | 61 | 51 | 0 | 4C | E6 | 5E | D |
| Octal | 2 | 14 | 76 | 141 | 121 | 0 | 114 | 346 | 136 | 15 |
| Binary | 10 | 1100 | 111110 | 1100001 | 1010001 | 0 | 1001100 | 11100110 | 1011110 | 1101 |
Color Harmonies of #020C3E
Complementary color
Monochromatic Colors of #020C3E
Black with #020C3E
Text Example
Text Example
White with #020C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C3E; }
p { color: rgb(2,12,62); }
H1.HeaderClassName
{
color: #020C3E;
}
.AnyTagClassName
{
color: #020C3E;
}
</style>
background-color css
<style>
a { background-color: #020C3E; }
a { background-color: rgb(2,12,62); }
div.DivClassName
{
background-color: #020C3E;
}
.BgClassName
{
background-color: #020C3E;
}
</style>
border-color css
<style>
span { border-color: #020C3E; }
span { border-color: rgb(2,12,62); }
td.TdClassName
{
border-color: #020C3E;
}
.TagClassName
{
border-color: #020C3E;
}
</style>