Shades of Ultramarine #1612A9
Tints of Ultramarine #1612A9
RGB
CMYK
RGB Variations
Color information
#1612A9 (or 0x1612A9) is known color: Ultramarine. HEX triplet: 16, 12 and A9. RGB value is (22,18,169). Sum of RGB (Red+Green+Blue) = 22+18+169=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 169 (66.41% from 255 or 80.86% from 209); Max value from RGB is 169 - color contains mainly: blue. Hex color #1612A9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1612A9 is #E9ED56. Grayscale: #232323. Windows color (decimal): -15330647 or 11080214. OLE color: 11080214.
HSL color Cylindrical-coordinate representation of color #1612A9: hue angle of 241.59º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1612A9 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 22 | 18 | 169 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.34 |
| HSL | 241.59º | 0.81% | 0.37% | - |
| HSV(B) | 241.59º | 0.89% | 0.66% | - |
| XYZ | 7.71 | 3.47 | 37.8 | - |
| YUV | 36.41 | 202.83 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 18 | 169 | 0.87 | 0.89 | 0 | 0.34 | 241.59 | 0.81 | 0.37 |
| Hex | 16 | 12 | A9 | 57 | 59 | 0 | 22 | F2 | 51 | 25 |
| Octal | 26 | 22 | 251 | 127 | 131 | 0 | 42 | 362 | 121 | 45 |
| Binary | 10110 | 10010 | 10101001 | 1010111 | 1011001 | 0 | 100010 | 11110010 | 1010001 | 100101 |
Color Harmonies of #1612A9
Complementary color
Monochromatic Colors of #1612A9
Black with #1612A9
Text Example
Text Example
White with #1612A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1612A9; }
p { color: rgb(22,18,169); }
H1.HeaderClassName
{
color: #1612A9;
}
.AnyTagClassName
{
color: #1612A9;
}
</style>
background-color css
<style>
a { background-color: #1612A9; }
a { background-color: rgb(22,18,169); }
div.DivClassName
{
background-color: #1612A9;
}
.BgClassName
{
background-color: #1612A9;
}
</style>
border-color css
<style>
span { border-color: #1612A9; }
span { border-color: rgb(22,18,169); }
td.TdClassName
{
border-color: #1612A9;
}
.TagClassName
{
border-color: #1612A9;
}
</style>