Shades of Midnight Express #020545
Tints of Midnight Express #020545
RGB
CMYK
RGB Variations
Color information
#020545 (or 0x020545) is known color: Midnight Express. HEX triplet: 02, 05 and 45. RGB value is (2,5,69). Sum of RGB (Red+Green+Blue) = 2+5+69=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 69 (27.34% from 255 or 90.79% from 76); Max value from RGB is 69 - color contains mainly: blue. Hex color #020545 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020545 is #FDFABA. Grayscale: #0B0B0B. Windows color (decimal): -16644795 or 4523266. OLE color: 4523266.
HSL color Cylindrical-coordinate representation of color #020545: hue angle of 237.31º 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 #020545 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 5 | 69 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.73 |
| HSL | 237.31º | 0.94% | 0.14% | - |
| HSV(B) | 237.31º | 0.97% | 0.27% | - |
| XYZ | 1.15 | 0.55 | 5.68 | - |
| YUV | 11.4 | 160.51 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 69 | 0.97 | 0.93 | 0 | 0.73 | 237.31 | 0.94 | 0.14 |
| Hex | 2 | 5 | 45 | 61 | 5D | 0 | 49 | ED | 5E | E |
| Octal | 2 | 5 | 105 | 141 | 135 | 0 | 111 | 355 | 136 | 16 |
| Binary | 10 | 101 | 1000101 | 1100001 | 1011101 | 0 | 1001001 | 11101101 | 1011110 | 1110 |
Color Harmonies of #020545
Complementary color
Monochromatic Colors of #020545
Black with #020545
Text Example
Text Example
White with #020545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020545; }
p { color: rgb(2,5,69); }
H1.HeaderClassName
{
color: #020545;
}
.AnyTagClassName
{
color: #020545;
}
</style>
background-color css
<style>
a { background-color: #020545; }
a { background-color: rgb(2,5,69); }
div.DivClassName
{
background-color: #020545;
}
.BgClassName
{
background-color: #020545;
}
</style>
border-color css
<style>
span { border-color: #020545; }
span { border-color: rgb(2,5,69); }
td.TdClassName
{
border-color: #020545;
}
.TagClassName
{
border-color: #020545;
}
</style>