Shades of Ultramarine #121B90
Tints of Ultramarine #121B90
RGB
CMYK
RGB Variations
Color information
#121B90 (or 0x121B90) is known color: Ultramarine. HEX triplet: 12, 1B and 90. RGB value is (18,27,144). Sum of RGB (Red+Green+Blue) = 18+27+144=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 144 (56.64% from 255 or 76.19% from 189); Max value from RGB is 144 - color contains mainly: blue. Hex color #121B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121B90 is #EDE46F. Grayscale: #252525. Windows color (decimal): -15590512 or 9444114. OLE color: 9444114.
HSL color Cylindrical-coordinate representation of color #121B90: hue angle of 235.71º 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 #121B90 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 27 | 144 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.44 |
| HSL | 235.71º | 0.78% | 0.32% | - |
| HSV(B) | 235.71º | 0.88% | 0.56% | - |
| XYZ | 5.68 | 2.93 | 26.65 | - |
| YUV | 37.65 | 188.02 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 144 | 0.88 | 0.81 | 0 | 0.44 | 235.71 | 0.78 | 0.32 |
| Hex | 12 | 1B | 90 | 58 | 51 | 0 | 2C | EC | 4E | 20 |
| Octal | 22 | 33 | 220 | 130 | 121 | 0 | 54 | 354 | 116 | 40 |
| Binary | 10010 | 11011 | 10010000 | 1011000 | 1010001 | 0 | 101100 | 11101100 | 1001110 | 100000 |
Color Harmonies of #121B90
Complementary color
Monochromatic Colors of #121B90
Black with #121B90
Text Example
Text Example
White with #121B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B90; }
p { color: rgb(18,27,144); }
H1.HeaderClassName
{
color: #121B90;
}
.AnyTagClassName
{
color: #121B90;
}
</style>
background-color css
<style>
a { background-color: #121B90; }
a { background-color: rgb(18,27,144); }
div.DivClassName
{
background-color: #121B90;
}
.BgClassName
{
background-color: #121B90;
}
</style>
border-color css
<style>
span { border-color: #121B90; }
span { border-color: rgb(18,27,144); }
td.TdClassName
{
border-color: #121B90;
}
.TagClassName
{
border-color: #121B90;
}
</style>