Shades of Ultramarine #122097
Tints of Ultramarine #122097
RGB
CMYK
RGB Variations
Color information
#122097 (or 0x122097) is known color: Ultramarine. HEX triplet: 12, 20 and 97. RGB value is (18,32,151). Sum of RGB (Red+Green+Blue) = 18+32+151=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 151 (59.38% from 255 or 75.12% from 201); Max value from RGB is 151 - color contains mainly: blue. Hex color #122097 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122097 is #EDDF68. Grayscale: #282828. Windows color (decimal): -15589225 or 9904146. OLE color: 9904146.
HSL color Cylindrical-coordinate representation of color #122097: hue angle of 233.68º 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 #122097 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 32 | 151 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.41 |
| HSL | 233.68º | 0.79% | 0.33% | - |
| HSV(B) | 233.68º | 0.88% | 0.59% | - |
| XYZ | 6.35 | 3.4 | 29.6 | - |
| YUV | 41.38 | 189.86 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 151 | 0.88 | 0.79 | 0 | 0.41 | 233.68 | 0.79 | 0.33 |
| Hex | 12 | 20 | 97 | 58 | 4F | 0 | 29 | EA | 4F | 21 |
| Octal | 22 | 40 | 227 | 130 | 117 | 0 | 51 | 352 | 117 | 41 |
| Binary | 10010 | 100000 | 10010111 | 1011000 | 1001111 | 0 | 101001 | 11101010 | 1001111 | 100001 |
Color Harmonies of #122097
Complementary color
Monochromatic Colors of #122097
Black with #122097
Text Example
Text Example
White with #122097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122097; }
p { color: rgb(18,32,151); }
H1.HeaderClassName
{
color: #122097;
}
.AnyTagClassName
{
color: #122097;
}
</style>
background-color css
<style>
a { background-color: #122097; }
a { background-color: rgb(18,32,151); }
div.DivClassName
{
background-color: #122097;
}
.BgClassName
{
background-color: #122097;
}
</style>
border-color css
<style>
span { border-color: #122097; }
span { border-color: rgb(18,32,151); }
td.TdClassName
{
border-color: #122097;
}
.TagClassName
{
border-color: #122097;
}
</style>