Shades of Ultramarine #120089
Tints of Ultramarine #120089
RGB
CMYK
RGB Variations
Color information
#120089 (or 0x120089) is known color: Ultramarine. HEX triplet: 12, 00 and 89. RGB value is (18,0,137). Sum of RGB (Red+Green+Blue) = 18+0+137=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 137 (53.91% from 255 or 88.39% from 155); Max value from RGB is 137 - color contains mainly: blue. Hex color #120089 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120089 is #EDFF76. Grayscale: #141414. Windows color (decimal): -15597431 or 8978450. OLE color: 8978450.
HSL color Cylindrical-coordinate representation of color #120089: hue angle of 247.88º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120089 is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 0 | 137 | - |
| CMYK | 0.87 | 1 | 0 | 0.46 |
| HSL | 247.88º | 1% | 0.27% | - |
| HSV(B) | 247.88º | 1% | 0.54% | - |
| XYZ | 4.76 | 1.93 | 23.79 | - |
| YUV | 21 | 193.46 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 137 | 0.87 | 1 | 0 | 0.46 | 247.88 | 1 | 0.27 |
| Hex | 12 | 0 | 89 | 57 | 64 | 0 | 2E | F8 | 64 | 1B |
| Octal | 22 | 0 | 211 | 127 | 144 | 0 | 56 | 370 | 144 | 33 |
| Binary | 10010 | 0 | 10001001 | 1010111 | 1100100 | 0 | 101110 | 11111000 | 1100100 | 11011 |
Color Harmonies of #120089
Complementary color
Monochromatic Colors of #120089
Black with #120089
Text Example
Text Example
White with #120089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120089; }
p { color: rgb(18,0,137); }
H1.HeaderClassName
{
color: #120089;
}
.AnyTagClassName
{
color: #120089;
}
</style>
background-color css
<style>
a { background-color: #120089; }
a { background-color: rgb(18,0,137); }
div.DivClassName
{
background-color: #120089;
}
.BgClassName
{
background-color: #120089;
}
</style>
border-color css
<style>
span { border-color: #120089; }
span { border-color: rgb(18,0,137); }
td.TdClassName
{
border-color: #120089;
}
.TagClassName
{
border-color: #120089;
}
</style>