Shades of New Midnight Blue #000AAA
Tints of New Midnight Blue #000AAA
RGB
CMYK
RGB Variations
Color information
#000AAA (or 0x000AAA) is known color: New Midnight Blue. HEX triplet: 00, 0A and AA. RGB value is (0,10,170). Sum of RGB (Red+Green+Blue) = 0+10+170=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 170 (66.80% from 255 or 94.44% from 180); Max value from RGB is 170 - color contains mainly: blue. Hex color #000AAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000AAA is #FFF555. Grayscale: #181818. Windows color (decimal): -16774486 or 11143680. OLE color: 11143680.
HSL color Cylindrical-coordinate representation of color #000AAA: hue angle of 236.47º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000AAA is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 10 | 170 | - |
| CMYK | 1 | 0.94 | 0 | 0.33 |
| HSL | 236.47º | 1% | 0.33% | - |
| HSV(B) | 236.47º | 1% | 0.67% | - |
| XYZ | 7.36 | 3.12 | 38.24 | - |
| YUV | 25.25 | 209.69 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 170 | 1 | 0.94 | 0 | 0.33 | 236.47 | 1 | 0.33 |
| Hex | 0 | A | AA | 64 | 5E | 0 | 21 | EC | 64 | 21 |
| Octal | 0 | 12 | 252 | 144 | 136 | 0 | 41 | 354 | 144 | 41 |
| Binary | 0 | 1010 | 10101010 | 1100100 | 1011110 | 0 | 100001 | 11101100 | 1100100 | 100001 |
Color Harmonies of #000AAA
Complementary color
Monochromatic Colors of #000AAA
Black with #000AAA
Text Example
Text Example
White with #000AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000AAA; }
p { color: rgb(0,10,170); }
H1.HeaderClassName
{
color: #000AAA;
}
.AnyTagClassName
{
color: #000AAA;
}
</style>
background-color css
<style>
a { background-color: #000AAA; }
a { background-color: rgb(0,10,170); }
div.DivClassName
{
background-color: #000AAA;
}
.BgClassName
{
background-color: #000AAA;
}
</style>
border-color css
<style>
span { border-color: #000AAA; }
span { border-color: rgb(0,10,170); }
td.TdClassName
{
border-color: #000AAA;
}
.TagClassName
{
border-color: #000AAA;
}
</style>