Shades of Ultramarine #121098
Tints of Ultramarine #121098
RGB
CMYK
RGB Variations
Color information
#121098 (or 0x121098) is known color: Ultramarine. HEX triplet: 12, 10 and 98. RGB value is (18,16,152). Sum of RGB (Red+Green+Blue) = 18+16+152=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 152 (59.77% from 255 or 81.72% from 186); Max value from RGB is 152 - color contains mainly: blue. Hex color #121098 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121098 is #EDEF67. Grayscale: #1F1F1F. Windows color (decimal): -15593320 or 9965586. OLE color: 9965586.
HSL color Cylindrical-coordinate representation of color #121098: hue angle of 240.88º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #121098 is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 16 | 152 | - |
| CMYK | 0.88 | 0.89 | 0 | 0.40 |
| HSL | 240.88º | 0.81% | 0.33% | - |
| HSV(B) | 240.88º | 0.89% | 0.6% | - |
| XYZ | 6.1 | 2.77 | 29.92 | - |
| YUV | 32.1 | 195.66 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 16 | 152 | 0.88 | 0.89 | 0 | 0.40 | 240.88 | 0.81 | 0.33 |
| Hex | 12 | 10 | 98 | 58 | 59 | 0 | 28 | F1 | 51 | 21 |
| Octal | 22 | 20 | 230 | 130 | 131 | 0 | 50 | 361 | 121 | 41 |
| Binary | 10010 | 10000 | 10011000 | 1011000 | 1011001 | 0 | 101000 | 11110001 | 1010001 | 100001 |
Color Harmonies of #121098
Complementary color
Monochromatic Colors of #121098
Black with #121098
Text Example
Text Example
White with #121098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121098; }
p { color: rgb(18,16,152); }
H1.HeaderClassName
{
color: #121098;
}
.AnyTagClassName
{
color: #121098;
}
</style>
background-color css
<style>
a { background-color: #121098; }
a { background-color: rgb(18,16,152); }
div.DivClassName
{
background-color: #121098;
}
.BgClassName
{
background-color: #121098;
}
</style>
border-color css
<style>
span { border-color: #121098; }
span { border-color: rgb(18,16,152); }
td.TdClassName
{
border-color: #121098;
}
.TagClassName
{
border-color: #121098;
}
</style>