Shades of Ultramarine #120884
Tints of Ultramarine #120884
RGB
CMYK
RGB Variations
Color information
#120884 (or 0x120884) is known color: Ultramarine. HEX triplet: 12, 08 and 84. RGB value is (18,8,132). Sum of RGB (Red+Green+Blue) = 18+8+132=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 132 (51.95% from 255 or 83.54% from 158); Max value from RGB is 132 - color contains mainly: blue. Hex color #120884 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120884 is #EDF77B. Grayscale: #181818. Windows color (decimal): -15595388 or 8652818. OLE color: 8652818.
HSL color Cylindrical-coordinate representation of color #120884: hue angle of 244.84º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120884 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 8 | 132 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.48 |
| HSL | 244.84º | 0.89% | 0.27% | - |
| HSV(B) | 244.84º | 0.94% | 0.52% | - |
| XYZ | 4.5 | 1.97 | 21.97 | - |
| YUV | 25.13 | 188.31 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 8 | 132 | 0.86 | 0.94 | 0 | 0.48 | 244.84 | 0.89 | 0.27 |
| Hex | 12 | 8 | 84 | 56 | 5E | 0 | 30 | F5 | 59 | 1B |
| Octal | 22 | 10 | 204 | 126 | 136 | 0 | 60 | 365 | 131 | 33 |
| Binary | 10010 | 1000 | 10000100 | 1010110 | 1011110 | 0 | 110000 | 11110101 | 1011001 | 11011 |
Color Harmonies of #120884
Complementary color
Monochromatic Colors of #120884
Black with #120884
Text Example
Text Example
White with #120884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120884; }
p { color: rgb(18,8,132); }
H1.HeaderClassName
{
color: #120884;
}
.AnyTagClassName
{
color: #120884;
}
</style>
background-color css
<style>
a { background-color: #120884; }
a { background-color: rgb(18,8,132); }
div.DivClassName
{
background-color: #120884;
}
.BgClassName
{
background-color: #120884;
}
</style>
border-color css
<style>
span { border-color: #120884; }
span { border-color: rgb(18,8,132); }
td.TdClassName
{
border-color: #120884;
}
.TagClassName
{
border-color: #120884;
}
</style>