Shades of Ultramarine #120FA2
Tints of Ultramarine #120FA2
RGB
CMYK
RGB Variations
Color information
#120FA2 (or 0x120FA2) is known color: Ultramarine. HEX triplet: 12, 0F and A2. RGB value is (18,15,162). Sum of RGB (Red+Green+Blue) = 18+15+162=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 162 (63.67% from 255 or 83.08% from 195); Max value from RGB is 162 - color contains mainly: blue. Hex color #120FA2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120FA2 is #EDF05D. Grayscale: #202020. Windows color (decimal): -15593566 or 10620690. OLE color: 10620690.
HSL color Cylindrical-coordinate representation of color #120FA2: hue angle of 241.22º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #120FA2 is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 15 | 162 | - |
| CMYK | 0.89 | 0.91 | 0 | 0.36 |
| HSL | 241.22º | 0.83% | 0.35% | - |
| HSV(B) | 241.22º | 0.91% | 0.64% | - |
| XYZ | 6.94 | 3.08 | 34.41 | - |
| YUV | 32.66 | 200.99 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 162 | 0.89 | 0.91 | 0 | 0.36 | 241.22 | 0.83 | 0.35 |
| Hex | 12 | F | A2 | 59 | 5B | 0 | 24 | F1 | 53 | 23 |
| Octal | 22 | 17 | 242 | 131 | 133 | 0 | 44 | 361 | 123 | 43 |
| Binary | 10010 | 1111 | 10100010 | 1011001 | 1011011 | 0 | 100100 | 11110001 | 1010011 | 100011 |
Color Harmonies of #120FA2
Complementary color
Monochromatic Colors of #120FA2
Black with #120FA2
Text Example
Text Example
White with #120FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120FA2; }
p { color: rgb(18,15,162); }
H1.HeaderClassName
{
color: #120FA2;
}
.AnyTagClassName
{
color: #120FA2;
}
</style>
background-color css
<style>
a { background-color: #120FA2; }
a { background-color: rgb(18,15,162); }
div.DivClassName
{
background-color: #120FA2;
}
.BgClassName
{
background-color: #120FA2;
}
</style>
border-color css
<style>
span { border-color: #120FA2; }
span { border-color: rgb(18,15,162); }
td.TdClassName
{
border-color: #120FA2;
}
.TagClassName
{
border-color: #120FA2;
}
</style>