Shades of Ultramarine #2A16AB
Tints of Ultramarine #2A16AB
RGB
CMYK
RGB Variations
Color information
#2A16AB (or 0x2A16AB) is known color: Ultramarine. HEX triplet: 2A, 16 and AB. RGB value is (42,22,171). Sum of RGB (Red+Green+Blue) = 42+22+171=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 171 (67.19% from 255 or 72.77% from 235); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A16AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A16AB is #D5E954. Grayscale: #2C2C2C. Windows color (decimal): -14018901 or 11212330. OLE color: 11212330.
HSL color Cylindrical-coordinate representation of color #2A16AB: hue angle of 248.05º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2A16AB is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 22 | 171 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.33 |
| HSL | 248.05º | 0.77% | 0.38% | - |
| HSV(B) | 248.05º | 0.87% | 0.67% | - |
| XYZ | 8.59 | 4.01 | 38.85 | - |
| YUV | 44.97 | 199.13 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 22 | 171 | 0.75 | 0.87 | 0 | 0.33 | 248.05 | 0.77 | 0.38 |
| Hex | 2A | 16 | AB | 4B | 57 | 0 | 21 | F8 | 4D | 26 |
| Octal | 52 | 26 | 253 | 113 | 127 | 0 | 41 | 370 | 115 | 46 |
| Binary | 101010 | 10110 | 10101011 | 1001011 | 1010111 | 0 | 100001 | 11111000 | 1001101 | 100110 |
Color Harmonies of #2A16AB
Complementary color
Monochromatic Colors of #2A16AB
Black with #2A16AB
Text Example
Text Example
White with #2A16AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A16AB; }
p { color: rgb(42,22,171); }
H1.HeaderClassName
{
color: #2A16AB;
}
.AnyTagClassName
{
color: #2A16AB;
}
</style>
background-color css
<style>
a { background-color: #2A16AB; }
a { background-color: rgb(42,22,171); }
div.DivClassName
{
background-color: #2A16AB;
}
.BgClassName
{
background-color: #2A16AB;
}
</style>
border-color css
<style>
span { border-color: #2A16AB; }
span { border-color: rgb(42,22,171); }
td.TdClassName
{
border-color: #2A16AB;
}
.TagClassName
{
border-color: #2A16AB;
}
</style>