Shades of New Midnight Blue #0A0AAC
Tints of New Midnight Blue #0A0AAC
RGB
CMYK
RGB Variations
Color information
#0A0AAC (or 0x0A0AAC) is known color: New Midnight Blue. HEX triplet: 0A, 0A and AC. RGB value is (10,10,172). Sum of RGB (Red+Green+Blue) = 10+10+172=192 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.21% from 192); Green value is 10 (4.30% from 255 or 5.21% from 192); Blue value is 172 (67.58% from 255 or 89.58% from 192); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A0AAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0AAC is #F5F553. Grayscale: #1B1B1B. Windows color (decimal): -16119124 or 11274762. OLE color: 11274762.
HSL color Cylindrical-coordinate representation of color #0A0AAC: hue angle of 240º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A0AAC is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 10 | 172 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.33 |
| HSL | 240º | 0.89% | 0.36% | - |
| HSV(B) | 240º | 0.94% | 0.67% | - |
| XYZ | 7.68 | 3.26 | 39.25 | - |
| YUV | 28.47 | 209 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 10 | 172 | 0.94 | 0.94 | 0 | 0.33 | 240 | 0.89 | 0.36 |
| Hex | A | A | AC | 5E | 5E | 0 | 21 | F0 | 59 | 24 |
| Octal | 12 | 12 | 254 | 136 | 136 | 0 | 41 | 360 | 131 | 44 |
| Binary | 1010 | 1010 | 10101100 | 1011110 | 1011110 | 0 | 100001 | 11110000 | 1011001 | 100100 |
Color Harmonies of #0A0AAC
Complementary color
Monochromatic Colors of #0A0AAC
Black with #0A0AAC
Text Example
Text Example
White with #0A0AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0AAC; }
p { color: rgb(10,10,172); }
H1.HeaderClassName
{
color: #0A0AAC;
}
.AnyTagClassName
{
color: #0A0AAC;
}
</style>
background-color css
<style>
a { background-color: #0A0AAC; }
a { background-color: rgb(10,10,172); }
div.DivClassName
{
background-color: #0A0AAC;
}
.BgClassName
{
background-color: #0A0AAC;
}
</style>
border-color css
<style>
span { border-color: #0A0AAC; }
span { border-color: rgb(10,10,172); }
td.TdClassName
{
border-color: #0A0AAC;
}
.TagClassName
{
border-color: #0A0AAC;
}
</style>