Shades of Ultramarine #120F99
Tints of Ultramarine #120F99
RGB
CMYK
RGB Variations
Color information
#120F99 (or 0x120F99) is known color: Ultramarine. HEX triplet: 12, 0F and 99. RGB value is (18,15,153). Sum of RGB (Red+Green+Blue) = 18+15+153=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 153 (60.16% from 255 or 82.26% from 186); Max value from RGB is 153 - color contains mainly: blue. Hex color #120F99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120F99 is #EDF066. Grayscale: #1F1F1F. Windows color (decimal): -15593575 or 10030866. OLE color: 10030866.
HSL color Cylindrical-coordinate representation of color #120F99: hue angle of 241.3º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #120F99 is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 15 | 153 | - |
| CMYK | 0.88 | 0.90 | 0 | 0.4 |
| HSL | 241.3º | 0.82% | 0.33% | - |
| HSV(B) | 241.3º | 0.9% | 0.6% | - |
| XYZ | 6.17 | 2.77 | 30.35 | - |
| YUV | 31.63 | 196.49 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 153 | 0.88 | 0.90 | 0 | 0.4 | 241.3 | 0.82 | 0.33 |
| Hex | 12 | F | 99 | 58 | 5A | 0 | 28 | F1 | 52 | 21 |
| Octal | 22 | 17 | 231 | 130 | 132 | 0 | 50 | 361 | 122 | 41 |
| Binary | 10010 | 1111 | 10011001 | 1011000 | 1011010 | 0 | 101000 | 11110001 | 1010010 | 100001 |
Color Harmonies of #120F99
Complementary color
Monochromatic Colors of #120F99
Black with #120F99
Text Example
Text Example
White with #120F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120F99; }
p { color: rgb(18,15,153); }
H1.HeaderClassName
{
color: #120F99;
}
.AnyTagClassName
{
color: #120F99;
}
</style>
background-color css
<style>
a { background-color: #120F99; }
a { background-color: rgb(18,15,153); }
div.DivClassName
{
background-color: #120F99;
}
.BgClassName
{
background-color: #120F99;
}
</style>
border-color css
<style>
span { border-color: #120F99; }
span { border-color: rgb(18,15,153); }
td.TdClassName
{
border-color: #120F99;
}
.TagClassName
{
border-color: #120F99;
}
</style>