Shades of Ultramarine #121E90
Tints of Ultramarine #121E90
RGB
CMYK
RGB Variations
Color information
#121E90 (or 0x121E90) is known color: Ultramarine. HEX triplet: 12, 1E and 90. RGB value is (18,30,144). Sum of RGB (Red+Green+Blue) = 18+30+144=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 144 (56.64% from 255 or 75% from 192); Max value from RGB is 144 - color contains mainly: blue. Hex color #121E90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121E90 is #EDE16F. Grayscale: #262626. Windows color (decimal): -15589744 or 9444882. OLE color: 9444882.
HSL color Cylindrical-coordinate representation of color #121E90: hue angle of 234.29º 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 #121E90 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 30 | 144 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.44 |
| HSL | 234.29º | 0.78% | 0.32% | - |
| HSV(B) | 234.29º | 0.88% | 0.56% | - |
| XYZ | 5.75 | 3.07 | 26.68 | - |
| YUV | 39.41 | 187.02 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 144 | 0.88 | 0.79 | 0 | 0.44 | 234.29 | 0.78 | 0.32 |
| Hex | 12 | 1E | 90 | 58 | 4F | 0 | 2C | EA | 4E | 20 |
| Octal | 22 | 36 | 220 | 130 | 117 | 0 | 54 | 352 | 116 | 40 |
| Binary | 10010 | 11110 | 10010000 | 1011000 | 1001111 | 0 | 101100 | 11101010 | 1001110 | 100000 |
Color Harmonies of #121E90
Complementary color
Monochromatic Colors of #121E90
Black with #121E90
Text Example
Text Example
White with #121E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121E90; }
p { color: rgb(18,30,144); }
H1.HeaderClassName
{
color: #121E90;
}
.AnyTagClassName
{
color: #121E90;
}
</style>
background-color css
<style>
a { background-color: #121E90; }
a { background-color: rgb(18,30,144); }
div.DivClassName
{
background-color: #121E90;
}
.BgClassName
{
background-color: #121E90;
}
</style>
border-color css
<style>
span { border-color: #121E90; }
span { border-color: rgb(18,30,144); }
td.TdClassName
{
border-color: #121E90;
}
.TagClassName
{
border-color: #121E90;
}
</style>