Shades of New Midnight Blue #020099
Tints of New Midnight Blue #020099
RGB
CMYK
RGB Variations
Color information
#020099 (or 0x020099) is known color: New Midnight Blue. HEX triplet: 02, 00 and 99. RGB value is (2,0,153). Sum of RGB (Red+Green+Blue) = 2+0+153=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 153 (60.16% from 255 or 98.71% from 155); Max value from RGB is 153 - color contains mainly: blue. Hex color #020099 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020099 is #FDFF66. Grayscale: #111111. Windows color (decimal): -16645991 or 10027010. OLE color: 10027010.
HSL color Cylindrical-coordinate representation of color #020099: hue angle of 240.78º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020099 is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 2 | 0 | 153 | - |
| CMYK | 0.99 | 1 | 0 | 0.4 |
| HSL | 240.78º | 1% | 0.3% | - |
| HSV(B) | 240.78º | 1% | 0.6% | - |
| XYZ | 5.77 | 2.31 | 30.28 | - |
| YUV | 18.04 | 204.16 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 153 | 0.99 | 1 | 0 | 0.4 | 240.78 | 1 | 0.3 |
| Hex | 2 | 0 | 99 | 63 | 64 | 0 | 28 | F1 | 64 | 1E |
| Octal | 2 | 0 | 231 | 143 | 144 | 0 | 50 | 361 | 144 | 36 |
| Binary | 10 | 0 | 10011001 | 1100011 | 1100100 | 0 | 101000 | 11110001 | 1100100 | 11110 |
Color Harmonies of #020099
Complementary color
Monochromatic Colors of #020099
Black with #020099
Text Example
Text Example
White with #020099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020099; }
p { color: rgb(2,0,153); }
H1.HeaderClassName
{
color: #020099;
}
.AnyTagClassName
{
color: #020099;
}
</style>
background-color css
<style>
a { background-color: #020099; }
a { background-color: rgb(2,0,153); }
div.DivClassName
{
background-color: #020099;
}
.BgClassName
{
background-color: #020099;
}
</style>
border-color css
<style>
span { border-color: #020099; }
span { border-color: rgb(2,0,153); }
td.TdClassName
{
border-color: #020099;
}
.TagClassName
{
border-color: #020099;
}
</style>