Shades of New Midnight Blue #120AAF
Tints of New Midnight Blue #120AAF
RGB
CMYK
RGB Variations
Color information
#120AAF (or 0x120AAF) is known color: New Midnight Blue. HEX triplet: 12, 0A and AF. RGB value is (18,10,175). Sum of RGB (Red+Green+Blue) = 18+10+175=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 175 (68.75% from 255 or 86.21% from 203); Max value from RGB is 175 - color contains mainly: blue. Hex color #120AAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120AAF is #EDF550. Grayscale: #1E1E1E. Windows color (decimal): -15594833 or 11471378. OLE color: 11471378.
HSL color Cylindrical-coordinate representation of color #120AAF: hue angle of 242.91º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120AAF is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 10 | 175 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.31 |
| HSL | 242.91º | 0.89% | 0.36% | - |
| HSV(B) | 242.91º | 0.94% | 0.69% | - |
| XYZ | 8.1 | 3.44 | 40.79 | - |
| YUV | 31.2 | 209.15 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 10 | 175 | 0.90 | 0.94 | 0 | 0.31 | 242.91 | 0.89 | 0.36 |
| Hex | 12 | A | AF | 5A | 5E | 0 | 1F | F3 | 59 | 24 |
| Octal | 22 | 12 | 257 | 132 | 136 | 0 | 37 | 363 | 131 | 44 |
| Binary | 10010 | 1010 | 10101111 | 1011010 | 1011110 | 0 | 11111 | 11110011 | 1011001 | 100100 |
Color Harmonies of #120AAF
Complementary color
Monochromatic Colors of #120AAF
Black with #120AAF
Text Example
Text Example
White with #120AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120AAF; }
p { color: rgb(18,10,175); }
H1.HeaderClassName
{
color: #120AAF;
}
.AnyTagClassName
{
color: #120AAF;
}
</style>
background-color css
<style>
a { background-color: #120AAF; }
a { background-color: rgb(18,10,175); }
div.DivClassName
{
background-color: #120AAF;
}
.BgClassName
{
background-color: #120AAF;
}
</style>
border-color css
<style>
span { border-color: #120AAF; }
span { border-color: rgb(18,10,175); }
td.TdClassName
{
border-color: #120AAF;
}
.TagClassName
{
border-color: #120AAF;
}
</style>