Shades of New Midnight Blue #0A02AA
Tints of New Midnight Blue #0A02AA
RGB
CMYK
RGB Variations
Color information
#0A02AA (or 0x0A02AA) is known color: New Midnight Blue. HEX triplet: 0A, 02 and AA. RGB value is (10,2,170). Sum of RGB (Red+Green+Blue) = 10+2+170=182 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.49% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 170 (66.80% from 255 or 93.41% from 182); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A02AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A02AA is #F5FD55. Grayscale: #161616. Windows color (decimal): -16121174 or 11141642. OLE color: 11141642.
HSL color Cylindrical-coordinate representation of color #0A02AA: hue angle of 242.86º 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 #0A02AA is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 2 | 170 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.33 |
| HSL | 242.86º | 0.98% | 0.34% | - |
| HSV(B) | 242.86º | 0.99% | 0.67% | - |
| XYZ | 7.4 | 3.01 | 38.22 | - |
| YUV | 23.54 | 210.65 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 2 | 170 | 0.94 | 0.99 | 0 | 0.33 | 242.86 | 0.98 | 0.34 |
| Hex | A | 2 | AA | 5E | 63 | 0 | 21 | F3 | 62 | 22 |
| Octal | 12 | 2 | 252 | 136 | 143 | 0 | 41 | 363 | 142 | 42 |
| Binary | 1010 | 10 | 10101010 | 1011110 | 1100011 | 0 | 100001 | 11110011 | 1100010 | 100010 |
Color Harmonies of #0A02AA
Complementary color
Monochromatic Colors of #0A02AA
Black with #0A02AA
Text Example
Text Example
White with #0A02AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A02AA; }
p { color: rgb(10,2,170); }
H1.HeaderClassName
{
color: #0A02AA;
}
.AnyTagClassName
{
color: #0A02AA;
}
</style>
background-color css
<style>
a { background-color: #0A02AA; }
a { background-color: rgb(10,2,170); }
div.DivClassName
{
background-color: #0A02AA;
}
.BgClassName
{
background-color: #0A02AA;
}
</style>
border-color css
<style>
span { border-color: #0A02AA; }
span { border-color: rgb(10,2,170); }
td.TdClassName
{
border-color: #0A02AA;
}
.TagClassName
{
border-color: #0A02AA;
}
</style>