Shades of Ultramarine #120D9A
Tints of Ultramarine #120D9A
RGB
CMYK
RGB Variations
Color information
#120D9A (or 0x120D9A) is known color: Ultramarine. HEX triplet: 12, 0D and 9A. RGB value is (18,13,154). Sum of RGB (Red+Green+Blue) = 18+13+154=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 154 (60.55% from 255 or 83.24% from 185); Max value from RGB is 154 - color contains mainly: blue. Hex color #120D9A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120D9A is #EDF265. Grayscale: #1E1E1E. Windows color (decimal): -15594086 or 10095890. OLE color: 10095890.
HSL color Cylindrical-coordinate representation of color #120D9A: hue angle of 242.13º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #120D9A is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 13 | 154 | - |
| CMYK | 0.88 | 0.92 | 0 | 0.40 |
| HSL | 242.13º | 0.84% | 0.33% | - |
| HSV(B) | 242.13º | 0.92% | 0.6% | - |
| XYZ | 6.23 | 2.75 | 30.77 | - |
| YUV | 30.57 | 197.66 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 154 | 0.88 | 0.92 | 0 | 0.40 | 242.13 | 0.84 | 0.33 |
| Hex | 12 | D | 9A | 58 | 5C | 0 | 28 | F2 | 54 | 21 |
| Octal | 22 | 15 | 232 | 130 | 134 | 0 | 50 | 362 | 124 | 41 |
| Binary | 10010 | 1101 | 10011010 | 1011000 | 1011100 | 0 | 101000 | 11110010 | 1010100 | 100001 |
Color Harmonies of #120D9A
Complementary color
Monochromatic Colors of #120D9A
Black with #120D9A
Text Example
Text Example
White with #120D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120D9A; }
p { color: rgb(18,13,154); }
H1.HeaderClassName
{
color: #120D9A;
}
.AnyTagClassName
{
color: #120D9A;
}
</style>
background-color css
<style>
a { background-color: #120D9A; }
a { background-color: rgb(18,13,154); }
div.DivClassName
{
background-color: #120D9A;
}
.BgClassName
{
background-color: #120D9A;
}
</style>
border-color css
<style>
span { border-color: #120D9A; }
span { border-color: rgb(18,13,154); }
td.TdClassName
{
border-color: #120D9A;
}
.TagClassName
{
border-color: #120D9A;
}
</style>