Shades of Ultramarine #121990
Tints of Ultramarine #121990
RGB
CMYK
RGB Variations
Color information
#121990 (or 0x121990) is known color: Ultramarine. HEX triplet: 12, 19 and 90. RGB value is (18,25,144). Sum of RGB (Red+Green+Blue) = 18+25+144=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 144 (56.64% from 255 or 77.01% from 187); Max value from RGB is 144 - color contains mainly: blue. Hex color #121990 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121990 is #EDE66F. Grayscale: #232323. Windows color (decimal): -15591024 or 9443602. OLE color: 9443602.
HSL color Cylindrical-coordinate representation of color #121990: hue angle of 236.67º 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 #121990 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 25 | 144 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.44 |
| HSL | 236.67º | 0.78% | 0.32% | - |
| HSV(B) | 236.67º | 0.88% | 0.56% | - |
| XYZ | 5.63 | 2.84 | 26.64 | - |
| YUV | 36.47 | 188.68 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 25 | 144 | 0.88 | 0.83 | 0 | 0.44 | 236.67 | 0.78 | 0.32 |
| Hex | 12 | 19 | 90 | 58 | 53 | 0 | 2C | ED | 4E | 20 |
| Octal | 22 | 31 | 220 | 130 | 123 | 0 | 54 | 355 | 116 | 40 |
| Binary | 10010 | 11001 | 10010000 | 1011000 | 1010011 | 0 | 101100 | 11101101 | 1001110 | 100000 |
Color Harmonies of #121990
Complementary color
Monochromatic Colors of #121990
Black with #121990
Text Example
Text Example
White with #121990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121990; }
p { color: rgb(18,25,144); }
H1.HeaderClassName
{
color: #121990;
}
.AnyTagClassName
{
color: #121990;
}
</style>
background-color css
<style>
a { background-color: #121990; }
a { background-color: rgb(18,25,144); }
div.DivClassName
{
background-color: #121990;
}
.BgClassName
{
background-color: #121990;
}
</style>
border-color css
<style>
span { border-color: #121990; }
span { border-color: rgb(18,25,144); }
td.TdClassName
{
border-color: #121990;
}
.TagClassName
{
border-color: #121990;
}
</style>