Shades of Ultramarine #120D8C
Tints of Ultramarine #120D8C
RGB
CMYK
RGB Variations
Color information
#120D8C (or 0x120D8C) is known color: Ultramarine. HEX triplet: 12, 0D and 8C. RGB value is (18,13,140). Sum of RGB (Red+Green+Blue) = 18+13+140=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 140 (55.08% from 255 or 81.87% from 171); Max value from RGB is 140 - color contains mainly: blue. Hex color #120D8C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120D8C is #EDF273. Grayscale: #1C1C1C. Windows color (decimal): -15594100 or 9178386. OLE color: 9178386.
HSL color Cylindrical-coordinate representation of color #120D8C: hue angle of 242.36º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #120D8C is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 13 | 140 | - |
| CMYK | 0.87 | 0.91 | 0 | 0.45 |
| HSL | 242.36º | 0.83% | 0.3% | - |
| HSV(B) | 242.36º | 0.91% | 0.55% | - |
| XYZ | 5.13 | 2.31 | 24.99 | - |
| YUV | 28.97 | 190.66 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 140 | 0.87 | 0.91 | 0 | 0.45 | 242.36 | 0.83 | 0.3 |
| Hex | 12 | D | 8C | 57 | 5B | 0 | 2D | F2 | 53 | 1E |
| Octal | 22 | 15 | 214 | 127 | 133 | 0 | 55 | 362 | 123 | 36 |
| Binary | 10010 | 1101 | 10001100 | 1010111 | 1011011 | 0 | 101101 | 11110010 | 1010011 | 11110 |
Color Harmonies of #120D8C
Complementary color
Monochromatic Colors of #120D8C
Black with #120D8C
Text Example
Text Example
White with #120D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120D8C; }
p { color: rgb(18,13,140); }
H1.HeaderClassName
{
color: #120D8C;
}
.AnyTagClassName
{
color: #120D8C;
}
</style>
background-color css
<style>
a { background-color: #120D8C; }
a { background-color: rgb(18,13,140); }
div.DivClassName
{
background-color: #120D8C;
}
.BgClassName
{
background-color: #120D8C;
}
</style>
border-color css
<style>
span { border-color: #120D8C; }
span { border-color: rgb(18,13,140); }
td.TdClassName
{
border-color: #120D8C;
}
.TagClassName
{
border-color: #120D8C;
}
</style>