Shades of New Midnight Blue #020699
Tints of New Midnight Blue #020699
RGB
CMYK
RGB Variations
Color information
#020699 (or 0x020699) is known color: New Midnight Blue. HEX triplet: 02, 06 and 99. RGB value is (2,6,153). Sum of RGB (Red+Green+Blue) = 2+6+153=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 153 (60.16% from 255 or 95.03% from 161); Max value from RGB is 153 - color contains mainly: blue. Hex color #020699 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020699 is #FDF966. Grayscale: #141414. Windows color (decimal): -16644455 or 10028546. OLE color: 10028546.
HSL color Cylindrical-coordinate representation of color #020699: hue angle of 238.41º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020699 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 2 | 6 | 153 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.4 |
| HSL | 238.41º | 0.97% | 0.3% | - |
| HSV(B) | 238.41º | 0.99% | 0.6% | - |
| XYZ | 5.84 | 2.44 | 30.3 | - |
| YUV | 21.56 | 202.17 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 6 | 153 | 0.99 | 0.96 | 0 | 0.4 | 238.41 | 0.97 | 0.3 |
| Hex | 2 | 6 | 99 | 63 | 60 | 0 | 28 | EE | 61 | 1E |
| Octal | 2 | 6 | 231 | 143 | 140 | 0 | 50 | 356 | 141 | 36 |
| Binary | 10 | 110 | 10011001 | 1100011 | 1100000 | 0 | 101000 | 11101110 | 1100001 | 11110 |
Color Harmonies of #020699
Complementary color
Monochromatic Colors of #020699
Black with #020699
Text Example
Text Example
White with #020699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020699; }
p { color: rgb(2,6,153); }
H1.HeaderClassName
{
color: #020699;
}
.AnyTagClassName
{
color: #020699;
}
</style>
background-color css
<style>
a { background-color: #020699; }
a { background-color: rgb(2,6,153); }
div.DivClassName
{
background-color: #020699;
}
.BgClassName
{
background-color: #020699;
}
</style>
border-color css
<style>
span { border-color: #020699; }
span { border-color: rgb(2,6,153); }
td.TdClassName
{
border-color: #020699;
}
.TagClassName
{
border-color: #020699;
}
</style>