Shades of New Midnight Blue #020A94
Tints of New Midnight Blue #020A94
RGB
CMYK
RGB Variations
Color information
#020A94 (or 0x020A94) is known color: New Midnight Blue. HEX triplet: 02, 0A and 94. RGB value is (2,10,148). Sum of RGB (Red+Green+Blue) = 2+10+148=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 10 (4.30% from 255 or 6.25% from 160); Blue value is 148 (58.20% from 255 or 92.5% from 160); Max value from RGB is 148 - color contains mainly: blue. Hex color #020A94 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020A94 is #FDF56B. Grayscale: #161616. Windows color (decimal): -16643436 or 9701890. OLE color: 9701890.
HSL color Cylindrical-coordinate representation of color #020A94: hue angle of 236.71º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020A94 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 10 | 148 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.42 |
| HSL | 236.71º | 0.97% | 0.29% | - |
| HSV(B) | 236.71º | 0.99% | 0.58% | - |
| XYZ | 5.48 | 2.37 | 28.19 | - |
| YUV | 23.34 | 198.35 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 148 | 0.99 | 0.93 | 0 | 0.42 | 236.71 | 0.97 | 0.29 |
| Hex | 2 | A | 94 | 63 | 5D | 0 | 2A | ED | 61 | 1D |
| Octal | 2 | 12 | 224 | 143 | 135 | 0 | 52 | 355 | 141 | 35 |
| Binary | 10 | 1010 | 10010100 | 1100011 | 1011101 | 0 | 101010 | 11101101 | 1100001 | 11101 |
Color Harmonies of #020A94
Complementary color
Monochromatic Colors of #020A94
Black with #020A94
Text Example
Text Example
White with #020A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A94; }
p { color: rgb(2,10,148); }
H1.HeaderClassName
{
color: #020A94;
}
.AnyTagClassName
{
color: #020A94;
}
</style>
background-color css
<style>
a { background-color: #020A94; }
a { background-color: rgb(2,10,148); }
div.DivClassName
{
background-color: #020A94;
}
.BgClassName
{
background-color: #020A94;
}
</style>
border-color css
<style>
span { border-color: #020A94; }
span { border-color: rgb(2,10,148); }
td.TdClassName
{
border-color: #020A94;
}
.TagClassName
{
border-color: #020A94;
}
</style>