Shades of Midnight Blue #020959
Tints of Midnight Blue #020959
RGB
CMYK
RGB Variations
Color information
#020959 (or 0x020959) is known color: Midnight Blue. HEX triplet: 02, 09 and 59. RGB value is (2,9,89). Sum of RGB (Red+Green+Blue) = 2+9+89=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 89 (35.16% from 255 or 89% from 100); Max value from RGB is 89 - color contains mainly: blue. Hex color #020959 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020959 is #FDF6A6. Grayscale: #0F0F0F. Windows color (decimal): -16643751 or 5835010. OLE color: 5835010.
HSL color Cylindrical-coordinate representation of color #020959: hue angle of 235.17º 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 #020959 is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 9 | 89 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.65 |
| HSL | 235.17º | 0.96% | 0.18% | - |
| HSV(B) | 235.17º | 0.98% | 0.35% | - |
| XYZ | 1.93 | 0.93 | 9.53 | - |
| YUV | 16.03 | 169.18 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 89 | 0.98 | 0.90 | 0 | 0.65 | 235.17 | 0.96 | 0.18 |
| Hex | 2 | 9 | 59 | 62 | 5A | 0 | 41 | EB | 60 | 12 |
| Octal | 2 | 11 | 131 | 142 | 132 | 0 | 101 | 353 | 140 | 22 |
| Binary | 10 | 1001 | 1011001 | 1100010 | 1011010 | 0 | 1000001 | 11101011 | 1100000 | 10010 |
Color Harmonies of #020959
Complementary color
Monochromatic Colors of #020959
Black with #020959
Text Example
Text Example
White with #020959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020959; }
p { color: rgb(2,9,89); }
H1.HeaderClassName
{
color: #020959;
}
.AnyTagClassName
{
color: #020959;
}
</style>
background-color css
<style>
a { background-color: #020959; }
a { background-color: rgb(2,9,89); }
div.DivClassName
{
background-color: #020959;
}
.BgClassName
{
background-color: #020959;
}
</style>
border-color css
<style>
span { border-color: #020959; }
span { border-color: rgb(2,9,89); }
td.TdClassName
{
border-color: #020959;
}
.TagClassName
{
border-color: #020959;
}
</style>