Shades of New Midnight Blue #020A95
Tints of New Midnight Blue #020A95
RGB
CMYK
RGB Variations
Color information
#020A95 (or 0x020A95) is known color: New Midnight Blue. HEX triplet: 02, 0A and 95. RGB value is (2,10,149). Sum of RGB (Red+Green+Blue) = 2+10+149=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 149 (58.59% from 255 or 92.55% from 161); Max value from RGB is 149 - color contains mainly: blue. Hex color #020A95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020A95 is #FDF56A. Grayscale: #161616. Windows color (decimal): -16643435 or 9767426. OLE color: 9767426.
HSL color Cylindrical-coordinate representation of color #020A95: hue angle of 236.73º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020A95 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 10 | 149 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.42 |
| HSL | 236.73º | 0.97% | 0.3% | - |
| HSV(B) | 236.73º | 0.99% | 0.58% | - |
| XYZ | 5.56 | 2.4 | 28.6 | - |
| YUV | 23.45 | 198.85 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 149 | 0.99 | 0.93 | 0 | 0.42 | 236.73 | 0.97 | 0.3 |
| Hex | 2 | A | 95 | 63 | 5D | 0 | 2A | ED | 61 | 1E |
| Octal | 2 | 12 | 225 | 143 | 135 | 0 | 52 | 355 | 141 | 36 |
| Binary | 10 | 1010 | 10010101 | 1100011 | 1011101 | 0 | 101010 | 11101101 | 1100001 | 11110 |
Color Harmonies of #020A95
Complementary color
Monochromatic Colors of #020A95
Black with #020A95
Text Example
Text Example
White with #020A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A95; }
p { color: rgb(2,10,149); }
H1.HeaderClassName
{
color: #020A95;
}
.AnyTagClassName
{
color: #020A95;
}
</style>
background-color css
<style>
a { background-color: #020A95; }
a { background-color: rgb(2,10,149); }
div.DivClassName
{
background-color: #020A95;
}
.BgClassName
{
background-color: #020A95;
}
</style>
border-color css
<style>
span { border-color: #020A95; }
span { border-color: rgb(2,10,149); }
td.TdClassName
{
border-color: #020A95;
}
.TagClassName
{
border-color: #020A95;
}
</style>