Shades of New Midnight Blue #020399
Tints of New Midnight Blue #020399
RGB
CMYK
RGB Variations
Color information
#020399 (or 0x020399) is known color: New Midnight Blue. HEX triplet: 02, 03 and 99. RGB value is (2,3,153). Sum of RGB (Red+Green+Blue) = 2+3+153=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 153 (60.16% from 255 or 96.84% from 158); Max value from RGB is 153 - color contains mainly: blue. Hex color #020399 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020399 is #FDFC66. Grayscale: #131313. Windows color (decimal): -16645223 or 10027778. OLE color: 10027778.
HSL color Cylindrical-coordinate representation of color #020399: hue angle of 239.6º 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 #020399 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 2 | 3 | 153 | - |
| CMYK | 0.99 | 0.98 | 0 | 0.4 |
| HSL | 239.6º | 0.97% | 0.3% | - |
| HSV(B) | 239.6º | 0.99% | 0.6% | - |
| XYZ | 5.81 | 2.38 | 30.29 | - |
| YUV | 19.8 | 203.17 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 3 | 153 | 0.99 | 0.98 | 0 | 0.4 | 239.6 | 0.97 | 0.3 |
| Hex | 2 | 3 | 99 | 63 | 62 | 0 | 28 | F0 | 61 | 1E |
| Octal | 2 | 3 | 231 | 143 | 142 | 0 | 50 | 360 | 141 | 36 |
| Binary | 10 | 11 | 10011001 | 1100011 | 1100010 | 0 | 101000 | 11110000 | 1100001 | 11110 |
Color Harmonies of #020399
Complementary color
Monochromatic Colors of #020399
Black with #020399
Text Example
Text Example
White with #020399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020399; }
p { color: rgb(2,3,153); }
H1.HeaderClassName
{
color: #020399;
}
.AnyTagClassName
{
color: #020399;
}
</style>
background-color css
<style>
a { background-color: #020399; }
a { background-color: rgb(2,3,153); }
div.DivClassName
{
background-color: #020399;
}
.BgClassName
{
background-color: #020399;
}
</style>
border-color css
<style>
span { border-color: #020399; }
span { border-color: rgb(2,3,153); }
td.TdClassName
{
border-color: #020399;
}
.TagClassName
{
border-color: #020399;
}
</style>