Shades of New Midnight Blue #020CAA
Tints of New Midnight Blue #020CAA
RGB
CMYK
RGB Variations
Color information
#020CAA (or 0x020CAA) is known color: New Midnight Blue. HEX triplet: 02, 0C and AA. RGB value is (2,12,170). Sum of RGB (Red+Green+Blue) = 2+12+170=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 170 (66.80% from 255 or 92.39% from 184); Max value from RGB is 170 - color contains mainly: blue. Hex color #020CAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020CAA is #FDF355. Grayscale: #1A1A1A. Windows color (decimal): -16642902 or 11144194. OLE color: 11144194.
HSL color Cylindrical-coordinate representation of color #020CAA: hue angle of 236.43º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020CAA is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 12 | 170 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.33 |
| HSL | 236.43º | 0.98% | 0.34% | - |
| HSV(B) | 236.43º | 0.99% | 0.67% | - |
| XYZ | 7.41 | 3.18 | 38.25 | - |
| YUV | 27.02 | 208.69 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 170 | 0.99 | 0.93 | 0 | 0.33 | 236.43 | 0.98 | 0.34 |
| Hex | 2 | C | AA | 63 | 5D | 0 | 21 | EC | 62 | 22 |
| Octal | 2 | 14 | 252 | 143 | 135 | 0 | 41 | 354 | 142 | 42 |
| Binary | 10 | 1100 | 10101010 | 1100011 | 1011101 | 0 | 100001 | 11101100 | 1100010 | 100010 |
Color Harmonies of #020CAA
Complementary color
Monochromatic Colors of #020CAA
Black with #020CAA
Text Example
Text Example
White with #020CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020CAA; }
p { color: rgb(2,12,170); }
H1.HeaderClassName
{
color: #020CAA;
}
.AnyTagClassName
{
color: #020CAA;
}
</style>
background-color css
<style>
a { background-color: #020CAA; }
a { background-color: rgb(2,12,170); }
div.DivClassName
{
background-color: #020CAA;
}
.BgClassName
{
background-color: #020CAA;
}
</style>
border-color css
<style>
span { border-color: #020CAA; }
span { border-color: rgb(2,12,170); }
td.TdClassName
{
border-color: #020CAA;
}
.TagClassName
{
border-color: #020CAA;
}
</style>