Shades of Midnight Express #020A30
Tints of Midnight Express #020A30
RGB
CMYK
RGB Variations
Color information
#020A30 (or 0x020A30) is known color: Midnight Express. HEX triplet: 02, 0A and 30. RGB value is (2,10,48). Sum of RGB (Red+Green+Blue) = 2+10+48=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 10 (4.30% from 255 or 16.67% from 60); Blue value is 48 (19.14% from 255 or 80% from 60); Max value from RGB is 48 - color contains mainly: blue. Hex color #020A30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020A30 is #FDF5CF. Grayscale: #0B0B0B. Windows color (decimal): -16643536 or 3148290. OLE color: 3148290.
HSL color Cylindrical-coordinate representation of color #020A30: hue angle of 229.57º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020A30 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 10 | 48 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.81 |
| HSL | 229.57º | 0.92% | 0.1% | - |
| HSV(B) | 229.57º | 0.96% | 0.19% | - |
| XYZ | 0.67 | 0.44 | 2.85 | - |
| YUV | 11.94 | 148.35 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 48 | 0.96 | 0.79 | 0 | 0.81 | 229.57 | 0.92 | 0.1 |
| Hex | 2 | A | 30 | 60 | 4F | 0 | 51 | E6 | 5C | A |
| Octal | 2 | 12 | 60 | 140 | 117 | 0 | 121 | 346 | 134 | 12 |
| Binary | 10 | 1010 | 110000 | 1100000 | 1001111 | 0 | 1010001 | 11100110 | 1011100 | 1010 |
Color Harmonies of #020A30
Complementary color
Monochromatic Colors of #020A30
Black with #020A30
Text Example
Text Example
White with #020A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A30; }
p { color: rgb(2,10,48); }
H1.HeaderClassName
{
color: #020A30;
}
.AnyTagClassName
{
color: #020A30;
}
</style>
background-color css
<style>
a { background-color: #020A30; }
a { background-color: rgb(2,10,48); }
div.DivClassName
{
background-color: #020A30;
}
.BgClassName
{
background-color: #020A30;
}
</style>
border-color css
<style>
span { border-color: #020A30; }
span { border-color: rgb(2,10,48); }
td.TdClassName
{
border-color: #020A30;
}
.TagClassName
{
border-color: #020A30;
}
</style>