Shades of Ultramarine #120086
Tints of Ultramarine #120086
RGB
CMYK
RGB Variations
Color information
#120086 (or 0x120086) is known color: Ultramarine. HEX triplet: 12, 00 and 86. RGB value is (18,0,134). Sum of RGB (Red+Green+Blue) = 18+0+134=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 134 (52.73% from 255 or 88.16% from 152); Max value from RGB is 134 - color contains mainly: blue. Hex color #120086 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120086 is #EDFF79. Grayscale: #141414. Windows color (decimal): -15597434 or 8781842. OLE color: 8781842.
HSL color Cylindrical-coordinate representation of color #120086: hue angle of 248.06º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120086 is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 0 | 134 | - |
| CMYK | 0.87 | 1 | 0 | 0.47 |
| HSL | 248.06º | 1% | 0.26% | - |
| HSV(B) | 248.06º | 1% | 0.53% | - |
| XYZ | 4.55 | 1.85 | 22.67 | - |
| YUV | 20.66 | 191.96 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 134 | 0.87 | 1 | 0 | 0.47 | 248.06 | 1 | 0.26 |
| Hex | 12 | 0 | 86 | 57 | 64 | 0 | 2F | F8 | 64 | 1A |
| Octal | 22 | 0 | 206 | 127 | 144 | 0 | 57 | 370 | 144 | 32 |
| Binary | 10010 | 0 | 10000110 | 1010111 | 1100100 | 0 | 101111 | 11111000 | 1100100 | 11010 |
Color Harmonies of #120086
Complementary color
Monochromatic Colors of #120086
Black with #120086
Text Example
Text Example
White with #120086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120086; }
p { color: rgb(18,0,134); }
H1.HeaderClassName
{
color: #120086;
}
.AnyTagClassName
{
color: #120086;
}
</style>
background-color css
<style>
a { background-color: #120086; }
a { background-color: rgb(18,0,134); }
div.DivClassName
{
background-color: #120086;
}
.BgClassName
{
background-color: #120086;
}
</style>
border-color css
<style>
span { border-color: #120086; }
span { border-color: rgb(18,0,134); }
td.TdClassName
{
border-color: #120086;
}
.TagClassName
{
border-color: #120086;
}
</style>