Shades of Ultramarine #120880
Tints of Ultramarine #120880
RGB
CMYK
RGB Variations
Color information
#120880 (or 0x120880) is known color: Ultramarine. HEX triplet: 12, 08 and 80. RGB value is (18,8,128). Sum of RGB (Red+Green+Blue) = 18+8+128=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 128 (50.39% from 255 or 83.12% from 154); Max value from RGB is 128 - color contains mainly: blue. Hex color #120880 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120880 is #EDF77F. Grayscale: #181818. Windows color (decimal): -15595392 or 8390674. OLE color: 8390674.
HSL color Cylindrical-coordinate representation of color #120880: hue angle of 245º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120880 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 8 | 128 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.50 |
| HSL | 245º | 0.88% | 0.27% | - |
| HSV(B) | 245º | 0.94% | 0.5% | - |
| XYZ | 4.23 | 1.86 | 20.56 | - |
| YUV | 24.67 | 186.31 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 8 | 128 | 0.86 | 0.94 | 0 | 0.50 | 245 | 0.88 | 0.27 |
| Hex | 12 | 8 | 80 | 56 | 5E | 0 | 32 | F5 | 58 | 1B |
| Octal | 22 | 10 | 200 | 126 | 136 | 0 | 62 | 365 | 130 | 33 |
| Binary | 10010 | 1000 | 10000000 | 1010110 | 1011110 | 0 | 110010 | 11110101 | 1011000 | 11011 |
Color Harmonies of #120880
Complementary color
Monochromatic Colors of #120880
Black with #120880
Text Example
Text Example
White with #120880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120880; }
p { color: rgb(18,8,128); }
H1.HeaderClassName
{
color: #120880;
}
.AnyTagClassName
{
color: #120880;
}
</style>
background-color css
<style>
a { background-color: #120880; }
a { background-color: rgb(18,8,128); }
div.DivClassName
{
background-color: #120880;
}
.BgClassName
{
background-color: #120880;
}
</style>
border-color css
<style>
span { border-color: #120880; }
span { border-color: rgb(18,8,128); }
td.TdClassName
{
border-color: #120880;
}
.TagClassName
{
border-color: #120880;
}
</style>