Shades of Ultramarine #122089
Tints of Ultramarine #122089
RGB
CMYK
RGB Variations
Color information
#122089 (or 0x122089) is known color: Ultramarine. HEX triplet: 12, 20 and 89. RGB value is (18,32,137). Sum of RGB (Red+Green+Blue) = 18+32+137=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 137 (53.91% from 255 or 73.26% from 187); Max value from RGB is 137 - color contains mainly: blue. Hex color #122089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122089 is #EDDF76. Grayscale: #272727. Windows color (decimal): -15589239 or 8986642. OLE color: 8986642.
HSL color Cylindrical-coordinate representation of color #122089: hue angle of 232.94º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #122089 is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 32 | 137 | - |
| CMYK | 0.87 | 0.77 | 0 | 0.46 |
| HSL | 232.94º | 0.77% | 0.3% | - |
| HSV(B) | 232.94º | 0.87% | 0.54% | - |
| XYZ | 5.28 | 2.97 | 23.96 | - |
| YUV | 39.78 | 182.86 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 137 | 0.87 | 0.77 | 0 | 0.46 | 232.94 | 0.77 | 0.3 |
| Hex | 12 | 20 | 89 | 57 | 4D | 0 | 2E | E9 | 4D | 1E |
| Octal | 22 | 40 | 211 | 127 | 115 | 0 | 56 | 351 | 115 | 36 |
| Binary | 10010 | 100000 | 10001001 | 1010111 | 1001101 | 0 | 101110 | 11101001 | 1001101 | 11110 |
Color Harmonies of #122089
Complementary color
Monochromatic Colors of #122089
Black with #122089
Text Example
Text Example
White with #122089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122089; }
p { color: rgb(18,32,137); }
H1.HeaderClassName
{
color: #122089;
}
.AnyTagClassName
{
color: #122089;
}
</style>
background-color css
<style>
a { background-color: #122089; }
a { background-color: rgb(18,32,137); }
div.DivClassName
{
background-color: #122089;
}
.BgClassName
{
background-color: #122089;
}
</style>
border-color css
<style>
span { border-color: #122089; }
span { border-color: rgb(18,32,137); }
td.TdClassName
{
border-color: #122089;
}
.TagClassName
{
border-color: #122089;
}
</style>