Shades of Midnight Express #020A34
Tints of Midnight Express #020A34
RGB
CMYK
RGB Variations
Color information
#020A34 (or 0x020A34) is known color: Midnight Express. HEX triplet: 02, 0A and 34. RGB value is (2,10,52). Sum of RGB (Red+Green+Blue) = 2+10+52=64 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.12% from 64); Green value is 10 (4.30% from 255 or 15.62% from 64); Blue value is 52 (20.70% from 255 or 81.25% from 64); Max value from RGB is 52 - color contains mainly: blue. Hex color #020A34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020A34 is #FDF5CB. Grayscale: #0C0C0C. Windows color (decimal): -16643532 or 3410434. OLE color: 3410434.
HSL color Cylindrical-coordinate representation of color #020A34: hue angle of 230.4º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020A34 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 10 | 52 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.80 |
| HSL | 230.4º | 0.93% | 0.11% | - |
| HSV(B) | 230.4º | 0.96% | 0.2% | - |
| XYZ | 0.75 | 0.48 | 3.3 | - |
| YUV | 12.4 | 150.35 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 52 | 0.96 | 0.81 | 0 | 0.80 | 230.4 | 0.93 | 0.11 |
| Hex | 2 | A | 34 | 60 | 51 | 0 | 50 | E6 | 5D | B |
| Octal | 2 | 12 | 64 | 140 | 121 | 0 | 120 | 346 | 135 | 13 |
| Binary | 10 | 1010 | 110100 | 1100000 | 1010001 | 0 | 1010000 | 11100110 | 1011101 | 1011 |
Color Harmonies of #020A34
Complementary color
Monochromatic Colors of #020A34
Black with #020A34
Text Example
Text Example
White with #020A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A34; }
p { color: rgb(2,10,52); }
H1.HeaderClassName
{
color: #020A34;
}
.AnyTagClassName
{
color: #020A34;
}
</style>
background-color css
<style>
a { background-color: #020A34; }
a { background-color: rgb(2,10,52); }
div.DivClassName
{
background-color: #020A34;
}
.BgClassName
{
background-color: #020A34;
}
</style>
border-color css
<style>
span { border-color: #020A34; }
span { border-color: rgb(2,10,52); }
td.TdClassName
{
border-color: #020A34;
}
.TagClassName
{
border-color: #020A34;
}
</style>