Shades of Ultramarine #122096
Tints of Ultramarine #122096
RGB
CMYK
RGB Variations
Color information
#122096 (or 0x122096) is known color: Ultramarine. HEX triplet: 12, 20 and 96. RGB value is (18,32,150). Sum of RGB (Red+Green+Blue) = 18+32+150=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 150 (58.98% from 255 or 75% from 200); Max value from RGB is 150 - color contains mainly: blue. Hex color #122096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122096 is #EDDF69. Grayscale: #282828. Windows color (decimal): -15589226 or 9838610. OLE color: 9838610.
HSL color Cylindrical-coordinate representation of color #122096: hue angle of 233.64º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122096 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 32 | 150 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.41 |
| HSL | 233.64º | 0.79% | 0.33% | - |
| HSV(B) | 233.64º | 0.88% | 0.59% | - |
| XYZ | 6.27 | 3.36 | 29.17 | - |
| YUV | 41.27 | 189.36 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 150 | 0.88 | 0.79 | 0 | 0.41 | 233.64 | 0.79 | 0.33 |
| Hex | 12 | 20 | 96 | 58 | 4F | 0 | 29 | EA | 4F | 21 |
| Octal | 22 | 40 | 226 | 130 | 117 | 0 | 51 | 352 | 117 | 41 |
| Binary | 10010 | 100000 | 10010110 | 1011000 | 1001111 | 0 | 101001 | 11101010 | 1001111 | 100001 |
Color Harmonies of #122096
Complementary color
Monochromatic Colors of #122096
Black with #122096
Text Example
Text Example
White with #122096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122096; }
p { color: rgb(18,32,150); }
H1.HeaderClassName
{
color: #122096;
}
.AnyTagClassName
{
color: #122096;
}
</style>
background-color css
<style>
a { background-color: #122096; }
a { background-color: rgb(18,32,150); }
div.DivClassName
{
background-color: #122096;
}
.BgClassName
{
background-color: #122096;
}
</style>
border-color css
<style>
span { border-color: #122096; }
span { border-color: rgb(18,32,150); }
td.TdClassName
{
border-color: #122096;
}
.TagClassName
{
border-color: #122096;
}
</style>