Shades of Ultramarine #121390
Tints of Ultramarine #121390
RGB
CMYK
RGB Variations
Color information
#121390 (or 0x121390) is known color: Ultramarine. HEX triplet: 12, 13 and 90. RGB value is (18,19,144). Sum of RGB (Red+Green+Blue) = 18+19+144=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 144 (56.64% from 255 or 79.56% from 181); Max value from RGB is 144 - color contains mainly: blue. Hex color #121390 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121390 is #EDEC6F. Grayscale: #202020. Windows color (decimal): -15592560 or 9442066. OLE color: 9442066.
HSL color Cylindrical-coordinate representation of color #121390: hue angle of 239.52º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121390 is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 19 | 144 | - |
| CMYK | 0.88 | 0.87 | 0 | 0.44 |
| HSL | 239.52º | 0.78% | 0.32% | - |
| HSV(B) | 239.52º | 0.88% | 0.56% | - |
| XYZ | 5.52 | 2.61 | 26.6 | - |
| YUV | 32.95 | 190.67 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 144 | 0.88 | 0.87 | 0 | 0.44 | 239.52 | 0.78 | 0.32 |
| Hex | 12 | 13 | 90 | 58 | 57 | 0 | 2C | F0 | 4E | 20 |
| Octal | 22 | 23 | 220 | 130 | 127 | 0 | 54 | 360 | 116 | 40 |
| Binary | 10010 | 10011 | 10010000 | 1011000 | 1010111 | 0 | 101100 | 11110000 | 1001110 | 100000 |
Color Harmonies of #121390
Complementary color
Monochromatic Colors of #121390
Black with #121390
Text Example
Text Example
White with #121390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121390; }
p { color: rgb(18,19,144); }
H1.HeaderClassName
{
color: #121390;
}
.AnyTagClassName
{
color: #121390;
}
</style>
background-color css
<style>
a { background-color: #121390; }
a { background-color: rgb(18,19,144); }
div.DivClassName
{
background-color: #121390;
}
.BgClassName
{
background-color: #121390;
}
</style>
border-color css
<style>
span { border-color: #121390; }
span { border-color: rgb(18,19,144); }
td.TdClassName
{
border-color: #121390;
}
.TagClassName
{
border-color: #121390;
}
</style>