Shades of Midnight Blue #020559
Tints of Midnight Blue #020559
RGB
CMYK
RGB Variations
Color information
#020559 (or 0x020559) is known color: Midnight Blue. HEX triplet: 02, 05 and 59. RGB value is (2,5,89). Sum of RGB (Red+Green+Blue) = 2+5+89=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 89 (35.16% from 255 or 92.71% from 96); Max value from RGB is 89 - color contains mainly: blue. Hex color #020559 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020559 is #FDFAA6. Grayscale: #0D0D0D. Windows color (decimal): -16644775 or 5833986. OLE color: 5833986.
HSL color Cylindrical-coordinate representation of color #020559: hue angle of 237.93º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020559 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 5 | 89 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.65 |
| HSL | 237.93º | 0.96% | 0.18% | - |
| HSV(B) | 237.93º | 0.98% | 0.35% | - |
| XYZ | 1.88 | 0.84 | 9.51 | - |
| YUV | 13.68 | 170.51 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 89 | 0.98 | 0.94 | 0 | 0.65 | 237.93 | 0.96 | 0.18 |
| Hex | 2 | 5 | 59 | 62 | 5E | 0 | 41 | EE | 60 | 12 |
| Octal | 2 | 5 | 131 | 142 | 136 | 0 | 101 | 356 | 140 | 22 |
| Binary | 10 | 101 | 1011001 | 1100010 | 1011110 | 0 | 1000001 | 11101110 | 1100000 | 10010 |
Color Harmonies of #020559
Complementary color
Monochromatic Colors of #020559
Black with #020559
Text Example
Text Example
White with #020559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020559; }
p { color: rgb(2,5,89); }
H1.HeaderClassName
{
color: #020559;
}
.AnyTagClassName
{
color: #020559;
}
</style>
background-color css
<style>
a { background-color: #020559; }
a { background-color: rgb(2,5,89); }
div.DivClassName
{
background-color: #020559;
}
.BgClassName
{
background-color: #020559;
}
</style>
border-color css
<style>
span { border-color: #020559; }
span { border-color: rgb(2,5,89); }
td.TdClassName
{
border-color: #020559;
}
.TagClassName
{
border-color: #020559;
}
</style>