Shades of New Midnight Blue #120AAA
Tints of New Midnight Blue #120AAA
RGB
CMYK
RGB Variations
Color information
#120AAA (or 0x120AAA) is known color: New Midnight Blue. HEX triplet: 12, 0A and AA. RGB value is (18,10,170). Sum of RGB (Red+Green+Blue) = 18+10+170=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 170 (66.80% from 255 or 85.86% from 198); Max value from RGB is 170 - color contains mainly: blue. Hex color #120AAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120AAA is #EDF555. Grayscale: #1E1E1E. Windows color (decimal): -15594838 or 11143698. OLE color: 11143698.
HSL color Cylindrical-coordinate representation of color #120AAA: hue angle of 243º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120AAA is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 10 | 170 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.33 |
| HSL | 243º | 0.89% | 0.35% | - |
| HSV(B) | 243º | 0.94% | 0.67% | - |
| XYZ | 7.61 | 3.25 | 38.26 | - |
| YUV | 30.63 | 206.65 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 10 | 170 | 0.89 | 0.94 | 0 | 0.33 | 243 | 0.89 | 0.35 |
| Hex | 12 | A | AA | 59 | 5E | 0 | 21 | F3 | 59 | 23 |
| Octal | 22 | 12 | 252 | 131 | 136 | 0 | 41 | 363 | 131 | 43 |
| Binary | 10010 | 1010 | 10101010 | 1011001 | 1011110 | 0 | 100001 | 11110011 | 1011001 | 100011 |
Color Harmonies of #120AAA
Complementary color
Monochromatic Colors of #120AAA
Black with #120AAA
Text Example
Text Example
White with #120AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120AAA; }
p { color: rgb(18,10,170); }
H1.HeaderClassName
{
color: #120AAA;
}
.AnyTagClassName
{
color: #120AAA;
}
</style>
background-color css
<style>
a { background-color: #120AAA; }
a { background-color: rgb(18,10,170); }
div.DivClassName
{
background-color: #120AAA;
}
.BgClassName
{
background-color: #120AAA;
}
</style>
border-color css
<style>
span { border-color: #120AAA; }
span { border-color: rgb(18,10,170); }
td.TdClassName
{
border-color: #120AAA;
}
.TagClassName
{
border-color: #120AAA;
}
</style>