Shades of Ultramarine #120D84
Tints of Ultramarine #120D84
RGB
CMYK
RGB Variations
Color information
#120D84 (or 0x120D84) is known color: Ultramarine. HEX triplet: 12, 0D and 84. RGB value is (18,13,132). Sum of RGB (Red+Green+Blue) = 18+13+132=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 132 (51.95% from 255 or 80.98% from 163); Max value from RGB is 132 - color contains mainly: blue. Hex color #120D84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120D84 is #EDF27B. Grayscale: #1B1B1B. Windows color (decimal): -15594108 or 8654098. OLE color: 8654098.
HSL color Cylindrical-coordinate representation of color #120D84: hue angle of 242.52º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #120D84 is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 13 | 132 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.48 |
| HSL | 242.52º | 0.82% | 0.28% | - |
| HSV(B) | 242.52º | 0.9% | 0.52% | - |
| XYZ | 4.56 | 2.08 | 21.99 | - |
| YUV | 28.06 | 186.66 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 132 | 0.86 | 0.90 | 0 | 0.48 | 242.52 | 0.82 | 0.28 |
| Hex | 12 | D | 84 | 56 | 5A | 0 | 30 | F3 | 52 | 1C |
| Octal | 22 | 15 | 204 | 126 | 132 | 0 | 60 | 363 | 122 | 34 |
| Binary | 10010 | 1101 | 10000100 | 1010110 | 1011010 | 0 | 110000 | 11110011 | 1010010 | 11100 |
Color Harmonies of #120D84
Complementary color
Monochromatic Colors of #120D84
Black with #120D84
Text Example
Text Example
White with #120D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120D84; }
p { color: rgb(18,13,132); }
H1.HeaderClassName
{
color: #120D84;
}
.AnyTagClassName
{
color: #120D84;
}
</style>
background-color css
<style>
a { background-color: #120D84; }
a { background-color: rgb(18,13,132); }
div.DivClassName
{
background-color: #120D84;
}
.BgClassName
{
background-color: #120D84;
}
</style>
border-color css
<style>
span { border-color: #120D84; }
span { border-color: rgb(18,13,132); }
td.TdClassName
{
border-color: #120D84;
}
.TagClassName
{
border-color: #120D84;
}
</style>