Shades of Midnight Express #020544
Tints of Midnight Express #020544
RGB
CMYK
RGB Variations
Color information
#020544 (or 0x020544) is known color: Midnight Express. HEX triplet: 02, 05 and 44. RGB value is (2,5,68). Sum of RGB (Red+Green+Blue) = 2+5+68=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 68 (26.95% from 255 or 90.67% from 75); Max value from RGB is 68 - color contains mainly: blue. Hex color #020544 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020544 is #FDFABB. Grayscale: #0B0B0B. Windows color (decimal): -16644796 or 4457730. OLE color: 4457730.
HSL color Cylindrical-coordinate representation of color #020544: hue angle of 237.27º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020544 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 5 | 68 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.73 |
| HSL | 237.27º | 0.94% | 0.14% | - |
| HSV(B) | 237.27º | 0.97% | 0.27% | - |
| XYZ | 1.12 | 0.54 | 5.51 | - |
| YUV | 11.29 | 160.01 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 68 | 0.97 | 0.93 | 0 | 0.73 | 237.27 | 0.94 | 0.14 |
| Hex | 2 | 5 | 44 | 61 | 5D | 0 | 49 | ED | 5E | E |
| Octal | 2 | 5 | 104 | 141 | 135 | 0 | 111 | 355 | 136 | 16 |
| Binary | 10 | 101 | 1000100 | 1100001 | 1011101 | 0 | 1001001 | 11101101 | 1011110 | 1110 |
Color Harmonies of #020544
Complementary color
Monochromatic Colors of #020544
Black with #020544
Text Example
Text Example
White with #020544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020544; }
p { color: rgb(2,5,68); }
H1.HeaderClassName
{
color: #020544;
}
.AnyTagClassName
{
color: #020544;
}
</style>
background-color css
<style>
a { background-color: #020544; }
a { background-color: rgb(2,5,68); }
div.DivClassName
{
background-color: #020544;
}
.BgClassName
{
background-color: #020544;
}
</style>
border-color css
<style>
span { border-color: #020544; }
span { border-color: rgb(2,5,68); }
td.TdClassName
{
border-color: #020544;
}
.TagClassName
{
border-color: #020544;
}
</style>