Shades of New Midnight Blue #000AAE
Tints of New Midnight Blue #000AAE
RGB
CMYK
RGB Variations
Color information
#000AAE (or 0x000AAE) is known color: New Midnight Blue. HEX triplet: 00, 0A and AE. RGB value is (0,10,174). Sum of RGB (Red+Green+Blue) = 0+10+174=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 174 (68.36% from 255 or 94.57% from 184); Max value from RGB is 174 - color contains mainly: blue. Hex color #000AAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000AAE is #FFF551. Grayscale: #191919. Windows color (decimal): -16774482 or 11405824. OLE color: 11405824.
HSL color Cylindrical-coordinate representation of color #000AAE: hue angle of 236.55º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000AAE is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 10 | 174 | - |
| CMYK | 1 | 0.94 | 0 | 0.32 |
| HSL | 236.55º | 1% | 0.34% | - |
| HSV(B) | 236.55º | 1% | 0.68% | - |
| XYZ | 7.75 | 3.27 | 40.27 | - |
| YUV | 25.71 | 211.69 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 174 | 1 | 0.94 | 0 | 0.32 | 236.55 | 1 | 0.34 |
| Hex | 0 | A | AE | 64 | 5E | 0 | 20 | ED | 64 | 22 |
| Octal | 0 | 12 | 256 | 144 | 136 | 0 | 40 | 355 | 144 | 42 |
| Binary | 0 | 1010 | 10101110 | 1100100 | 1011110 | 0 | 100000 | 11101101 | 1100100 | 100010 |
Color Harmonies of #000AAE
Complementary color
Monochromatic Colors of #000AAE
Black with #000AAE
Text Example
Text Example
White with #000AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000AAE; }
p { color: rgb(0,10,174); }
H1.HeaderClassName
{
color: #000AAE;
}
.AnyTagClassName
{
color: #000AAE;
}
</style>
background-color css
<style>
a { background-color: #000AAE; }
a { background-color: rgb(0,10,174); }
div.DivClassName
{
background-color: #000AAE;
}
.BgClassName
{
background-color: #000AAE;
}
</style>
border-color css
<style>
span { border-color: #000AAE; }
span { border-color: rgb(0,10,174); }
td.TdClassName
{
border-color: #000AAE;
}
.TagClassName
{
border-color: #000AAE;
}
</style>