Shades of Ultramarine #1612AA
Tints of Ultramarine #1612AA
RGB
CMYK
RGB Variations
Color information
#1612AA (or 0x1612AA) is known color: Ultramarine. HEX triplet: 16, 12 and AA. RGB value is (22,18,170). Sum of RGB (Red+Green+Blue) = 22+18+170=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 170 (66.80% from 255 or 80.95% from 210); Max value from RGB is 170 - color contains mainly: blue. Hex color #1612AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1612AA is #E9ED55. Grayscale: #232323. Windows color (decimal): -15330646 or 11145750. OLE color: 11145750.
HSL color Cylindrical-coordinate representation of color #1612AA: hue angle of 241.58º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1612AA is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 18 | 170 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.33 |
| HSL | 241.58º | 0.81% | 0.37% | - |
| HSV(B) | 241.58º | 0.89% | 0.67% | - |
| XYZ | 7.8 | 3.51 | 38.3 | - |
| YUV | 36.52 | 203.33 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 18 | 170 | 0.87 | 0.89 | 0 | 0.33 | 241.58 | 0.81 | 0.37 |
| Hex | 16 | 12 | AA | 57 | 59 | 0 | 21 | F2 | 51 | 25 |
| Octal | 26 | 22 | 252 | 127 | 131 | 0 | 41 | 362 | 121 | 45 |
| Binary | 10110 | 10010 | 10101010 | 1010111 | 1011001 | 0 | 100001 | 11110010 | 1010001 | 100101 |
Color Harmonies of #1612AA
Complementary color
Monochromatic Colors of #1612AA
Black with #1612AA
Text Example
Text Example
White with #1612AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1612AA; }
p { color: rgb(22,18,170); }
H1.HeaderClassName
{
color: #1612AA;
}
.AnyTagClassName
{
color: #1612AA;
}
</style>
background-color css
<style>
a { background-color: #1612AA; }
a { background-color: rgb(22,18,170); }
div.DivClassName
{
background-color: #1612AA;
}
.BgClassName
{
background-color: #1612AA;
}
</style>
border-color css
<style>
span { border-color: #1612AA; }
span { border-color: rgb(22,18,170); }
td.TdClassName
{
border-color: #1612AA;
}
.TagClassName
{
border-color: #1612AA;
}
</style>