Shades of New Midnight Blue #020AA4
Tints of New Midnight Blue #020AA4
RGB
CMYK
RGB Variations
Color information
#020AA4 (or 0x020AA4) is known color: New Midnight Blue. HEX triplet: 02, 0A and A4. RGB value is (2,10,164). Sum of RGB (Red+Green+Blue) = 2+10+164=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 10 (4.30% from 255 or 5.68% from 176); Blue value is 164 (64.45% from 255 or 93.18% from 176); Max value from RGB is 164 - color contains mainly: blue. Hex color #020AA4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020AA4 is #FDF55B. Grayscale: #181818. Windows color (decimal): -16643420 or 10750466. OLE color: 10750466.
HSL color Cylindrical-coordinate representation of color #020AA4: hue angle of 237.04º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020AA4 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 10 | 164 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.36 |
| HSL | 237.04º | 0.98% | 0.33% | - |
| HSV(B) | 237.04º | 0.99% | 0.64% | - |
| XYZ | 6.83 | 2.91 | 35.32 | - |
| YUV | 25.16 | 206.35 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 164 | 0.99 | 0.94 | 0 | 0.36 | 237.04 | 0.98 | 0.33 |
| Hex | 2 | A | A4 | 63 | 5E | 0 | 24 | ED | 62 | 21 |
| Octal | 2 | 12 | 244 | 143 | 136 | 0 | 44 | 355 | 142 | 41 |
| Binary | 10 | 1010 | 10100100 | 1100011 | 1011110 | 0 | 100100 | 11101101 | 1100010 | 100001 |
Color Harmonies of #020AA4
Complementary color
Monochromatic Colors of #020AA4
Black with #020AA4
Text Example
Text Example
White with #020AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020AA4; }
p { color: rgb(2,10,164); }
H1.HeaderClassName
{
color: #020AA4;
}
.AnyTagClassName
{
color: #020AA4;
}
</style>
background-color css
<style>
a { background-color: #020AA4; }
a { background-color: rgb(2,10,164); }
div.DivClassName
{
background-color: #020AA4;
}
.BgClassName
{
background-color: #020AA4;
}
</style>
border-color css
<style>
span { border-color: #020AA4; }
span { border-color: rgb(2,10,164); }
td.TdClassName
{
border-color: #020AA4;
}
.TagClassName
{
border-color: #020AA4;
}
</style>