Shades of Midnight Express #020C3D
Tints of Midnight Express #020C3D
RGB
CMYK
RGB Variations
Color information
#020C3D (or 0x020C3D) is known color: Midnight Express. HEX triplet: 02, 0C and 3D. RGB value is (2,12,61). Sum of RGB (Red+Green+Blue) = 2+12+61=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 61 (24.22% from 255 or 81.33% from 75); Max value from RGB is 61 - color contains mainly: blue. Hex color #020C3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020C3D is #FDF3C2. Grayscale: #0E0E0E. Windows color (decimal): -16643011 or 4000770. OLE color: 4000770.
HSL color Cylindrical-coordinate representation of color #020C3D: hue angle of 229.83º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020C3D is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 12 | 61 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.76 |
| HSL | 229.83º | 0.94% | 0.12% | - |
| HSV(B) | 229.83º | 0.97% | 0.24% | - |
| XYZ | 1 | 0.61 | 4.48 | - |
| YUV | 14.6 | 154.19 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 61 | 0.97 | 0.80 | 0 | 0.76 | 229.83 | 0.94 | 0.12 |
| Hex | 2 | C | 3D | 61 | 50 | 0 | 4C | E6 | 5E | C |
| Octal | 2 | 14 | 75 | 141 | 120 | 0 | 114 | 346 | 136 | 14 |
| Binary | 10 | 1100 | 111101 | 1100001 | 1010000 | 0 | 1001100 | 11100110 | 1011110 | 1100 |
Color Harmonies of #020C3D
Complementary color
Monochromatic Colors of #020C3D
Black with #020C3D
Text Example
Text Example
White with #020C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C3D; }
p { color: rgb(2,12,61); }
H1.HeaderClassName
{
color: #020C3D;
}
.AnyTagClassName
{
color: #020C3D;
}
</style>
background-color css
<style>
a { background-color: #020C3D; }
a { background-color: rgb(2,12,61); }
div.DivClassName
{
background-color: #020C3D;
}
.BgClassName
{
background-color: #020C3D;
}
</style>
border-color css
<style>
span { border-color: #020C3D; }
span { border-color: rgb(2,12,61); }
td.TdClassName
{
border-color: #020C3D;
}
.TagClassName
{
border-color: #020C3D;
}
</style>