Shades of Midnight Express #020549
Tints of Midnight Express #020549
RGB
CMYK
RGB Variations
Color information
#020549 (or 0x020549) is known color: Midnight Express. HEX triplet: 02, 05 and 49. RGB value is (2,5,73). Sum of RGB (Red+Green+Blue) = 2+5+73=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 73 (28.91% from 255 or 91.25% from 80); Max value from RGB is 73 - color contains mainly: blue. Hex color #020549 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020549 is #FDFAB6. Grayscale: #0B0B0B. Windows color (decimal): -16644791 or 4785410. OLE color: 4785410.
HSL color Cylindrical-coordinate representation of color #020549: hue angle of 237.46º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020549 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 5 | 73 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.71 |
| HSL | 237.46º | 0.95% | 0.15% | - |
| HSV(B) | 237.46º | 0.97% | 0.29% | - |
| XYZ | 1.28 | 0.6 | 6.35 | - |
| YUV | 11.86 | 162.51 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 73 | 0.97 | 0.93 | 0 | 0.71 | 237.46 | 0.95 | 0.15 |
| Hex | 2 | 5 | 49 | 61 | 5D | 0 | 47 | ED | 5F | F |
| Octal | 2 | 5 | 111 | 141 | 135 | 0 | 107 | 355 | 137 | 17 |
| Binary | 10 | 101 | 1001001 | 1100001 | 1011101 | 0 | 1000111 | 11101101 | 1011111 | 1111 |
Color Harmonies of #020549
Complementary color
Monochromatic Colors of #020549
Black with #020549
Text Example
Text Example
White with #020549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020549; }
p { color: rgb(2,5,73); }
H1.HeaderClassName
{
color: #020549;
}
.AnyTagClassName
{
color: #020549;
}
</style>
background-color css
<style>
a { background-color: #020549; }
a { background-color: rgb(2,5,73); }
div.DivClassName
{
background-color: #020549;
}
.BgClassName
{
background-color: #020549;
}
</style>
border-color css
<style>
span { border-color: #020549; }
span { border-color: rgb(2,5,73); }
td.TdClassName
{
border-color: #020549;
}
.TagClassName
{
border-color: #020549;
}
</style>