Shades of New Midnight Blue #000AAC
Tints of New Midnight Blue #000AAC
RGB
CMYK
RGB Variations
Color information
#000AAC (or 0x000AAC) is known color: New Midnight Blue. HEX triplet: 00, 0A and AC. RGB value is (0,10,172). Sum of RGB (Red+Green+Blue) = 0+10+172=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 172 (67.58% from 255 or 94.51% from 182); Max value from RGB is 172 - color contains mainly: blue. Hex color #000AAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000AAC is #FFF553. Grayscale: #181818. Windows color (decimal): -16774484 or 11274752. OLE color: 11274752.
HSL color Cylindrical-coordinate representation of color #000AAC: hue angle of 236.51º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000AAC is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 10 | 172 | - |
| CMYK | 1 | 0.94 | 0 | 0.33 |
| HSL | 236.51º | 1% | 0.34% | - |
| HSV(B) | 236.51º | 1% | 0.67% | - |
| XYZ | 7.55 | 3.2 | 39.25 | - |
| YUV | 25.48 | 210.69 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 172 | 1 | 0.94 | 0 | 0.33 | 236.51 | 1 | 0.34 |
| Hex | 0 | A | AC | 64 | 5E | 0 | 21 | ED | 64 | 22 |
| Octal | 0 | 12 | 254 | 144 | 136 | 0 | 41 | 355 | 144 | 42 |
| Binary | 0 | 1010 | 10101100 | 1100100 | 1011110 | 0 | 100001 | 11101101 | 1100100 | 100010 |
Color Harmonies of #000AAC
Complementary color
Monochromatic Colors of #000AAC
Black with #000AAC
Text Example
Text Example
White with #000AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000AAC; }
p { color: rgb(0,10,172); }
H1.HeaderClassName
{
color: #000AAC;
}
.AnyTagClassName
{
color: #000AAC;
}
</style>
background-color css
<style>
a { background-color: #000AAC; }
a { background-color: rgb(0,10,172); }
div.DivClassName
{
background-color: #000AAC;
}
.BgClassName
{
background-color: #000AAC;
}
</style>
border-color css
<style>
span { border-color: #000AAC; }
span { border-color: rgb(0,10,172); }
td.TdClassName
{
border-color: #000AAC;
}
.TagClassName
{
border-color: #000AAC;
}
</style>