Shades of Ultramarine #120489
Tints of Ultramarine #120489
RGB
CMYK
RGB Variations
Color information
#120489 (or 0x120489) is known color: Ultramarine. HEX triplet: 12, 04 and 89. RGB value is (18,4,137). Sum of RGB (Red+Green+Blue) = 18+4+137=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 137 (53.91% from 255 or 86.16% from 159); Max value from RGB is 137 - color contains mainly: blue. Hex color #120489 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120489 is #EDFB76. Grayscale: #161616. Windows color (decimal): -15596407 or 8979474. OLE color: 8979474.
HSL color Cylindrical-coordinate representation of color #120489: hue angle of 246.32º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #120489 is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 4 | 137 | - |
| CMYK | 0.87 | 0.97 | 0 | 0.46 |
| HSL | 246.32º | 0.94% | 0.28% | - |
| HSV(B) | 246.32º | 0.97% | 0.54% | - |
| XYZ | 4.81 | 2.02 | 23.8 | - |
| YUV | 23.35 | 192.14 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 4 | 137 | 0.87 | 0.97 | 0 | 0.46 | 246.32 | 0.94 | 0.28 |
| Hex | 12 | 4 | 89 | 57 | 61 | 0 | 2E | F6 | 5E | 1C |
| Octal | 22 | 4 | 211 | 127 | 141 | 0 | 56 | 366 | 136 | 34 |
| Binary | 10010 | 100 | 10001001 | 1010111 | 1100001 | 0 | 101110 | 11110110 | 1011110 | 11100 |
Color Harmonies of #120489
Complementary color
Monochromatic Colors of #120489
Black with #120489
Text Example
Text Example
White with #120489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120489; }
p { color: rgb(18,4,137); }
H1.HeaderClassName
{
color: #120489;
}
.AnyTagClassName
{
color: #120489;
}
</style>
background-color css
<style>
a { background-color: #120489; }
a { background-color: rgb(18,4,137); }
div.DivClassName
{
background-color: #120489;
}
.BgClassName
{
background-color: #120489;
}
</style>
border-color css
<style>
span { border-color: #120489; }
span { border-color: rgb(18,4,137); }
td.TdClassName
{
border-color: #120489;
}
.TagClassName
{
border-color: #120489;
}
</style>