Shades of Ultramarine #120BA7
Tints of Ultramarine #120BA7
RGB
CMYK
RGB Variations
Color information
#120BA7 (or 0x120BA7) is known color: Ultramarine. HEX triplet: 12, 0B and A7. RGB value is (18,11,167). Sum of RGB (Red+Green+Blue) = 18+11+167=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 167 (65.62% from 255 or 85.20% from 196); Max value from RGB is 167 - color contains mainly: blue. Hex color #120BA7 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120BA7 is #EDF458. Grayscale: #1E1E1E. Windows color (decimal): -15594585 or 10947346. OLE color: 10947346.
HSL color Cylindrical-coordinate representation of color #120BA7: hue angle of 242.69º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120BA7 is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 18 | 11 | 167 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.35 |
| HSL | 242.69º | 0.88% | 0.35% | - |
| HSV(B) | 242.69º | 0.93% | 0.65% | - |
| XYZ | 7.34 | 3.16 | 36.78 | - |
| YUV | 30.88 | 204.82 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 11 | 167 | 0.89 | 0.93 | 0 | 0.35 | 242.69 | 0.88 | 0.35 |
| Hex | 12 | B | A7 | 59 | 5D | 0 | 23 | F3 | 58 | 23 |
| Octal | 22 | 13 | 247 | 131 | 135 | 0 | 43 | 363 | 130 | 43 |
| Binary | 10010 | 1011 | 10100111 | 1011001 | 1011101 | 0 | 100011 | 11110011 | 1011000 | 100011 |
Color Harmonies of #120BA7
Complementary color
Monochromatic Colors of #120BA7
Black with #120BA7
Text Example
Text Example
White with #120BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120BA7; }
p { color: rgb(18,11,167); }
H1.HeaderClassName
{
color: #120BA7;
}
.AnyTagClassName
{
color: #120BA7;
}
</style>
background-color css
<style>
a { background-color: #120BA7; }
a { background-color: rgb(18,11,167); }
div.DivClassName
{
background-color: #120BA7;
}
.BgClassName
{
background-color: #120BA7;
}
</style>
border-color css
<style>
span { border-color: #120BA7; }
span { border-color: rgb(18,11,167); }
td.TdClassName
{
border-color: #120BA7;
}
.TagClassName
{
border-color: #120BA7;
}
</style>