Shades of Ultramarine #120091
Tints of Ultramarine #120091
RGB
CMYK
RGB Variations
Color information
#120091 (or 0x120091) is known color: Ultramarine. HEX triplet: 12, 00 and 91. RGB value is (18,0,145). Sum of RGB (Red+Green+Blue) = 18+0+145=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 145 (57.03% from 255 or 88.96% from 163); Max value from RGB is 145 - color contains mainly: blue. Hex color #120091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120091 is #EDFF6E. Grayscale: #151515. Windows color (decimal): -15597423 or 9502738. OLE color: 9502738.
HSL color Cylindrical-coordinate representation of color #120091: hue angle of 247.45º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120091 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 0 | 145 | - |
| CMYK | 0.88 | 1 | 0 | 0.43 |
| HSL | 247.45º | 1% | 0.28% | - |
| HSV(B) | 247.45º | 1% | 0.57% | - |
| XYZ | 5.36 | 2.17 | 26.92 | - |
| YUV | 21.91 | 197.46 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 145 | 0.88 | 1 | 0 | 0.43 | 247.45 | 1 | 0.28 |
| Hex | 12 | 0 | 91 | 58 | 64 | 0 | 2B | F7 | 64 | 1C |
| Octal | 22 | 0 | 221 | 130 | 144 | 0 | 53 | 367 | 144 | 34 |
| Binary | 10010 | 0 | 10010001 | 1011000 | 1100100 | 0 | 101011 | 11110111 | 1100100 | 11100 |
Color Harmonies of #120091
Complementary color
Monochromatic Colors of #120091
Black with #120091
Text Example
Text Example
White with #120091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120091; }
p { color: rgb(18,0,145); }
H1.HeaderClassName
{
color: #120091;
}
.AnyTagClassName
{
color: #120091;
}
</style>
background-color css
<style>
a { background-color: #120091; }
a { background-color: rgb(18,0,145); }
div.DivClassName
{
background-color: #120091;
}
.BgClassName
{
background-color: #120091;
}
</style>
border-color css
<style>
span { border-color: #120091; }
span { border-color: rgb(18,0,145); }
td.TdClassName
{
border-color: #120091;
}
.TagClassName
{
border-color: #120091;
}
</style>