Shades of Ultramarine #2A16AC
Tints of Ultramarine #2A16AC
RGB
CMYK
RGB Variations
Color information
#2A16AC (or 0x2A16AC) is known color: Ultramarine. HEX triplet: 2A, 16 and AC. RGB value is (42,22,172). Sum of RGB (Red+Green+Blue) = 42+22+172=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 172 (67.58% from 255 or 72.88% from 236); Max value from RGB is 172 - color contains mainly: blue. Hex color #2A16AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A16AC is #D5E953. Grayscale: #2C2C2C. Windows color (decimal): -14018900 or 11277866. OLE color: 11277866.
HSL color Cylindrical-coordinate representation of color #2A16AC: hue angle of 248º 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 #2A16AC is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 22 | 172 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.33 |
| HSL | 248º | 0.77% | 0.38% | - |
| HSV(B) | 248º | 0.87% | 0.67% | - |
| XYZ | 8.69 | 4.04 | 39.35 | - |
| YUV | 45.08 | 199.63 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 22 | 172 | 0.76 | 0.87 | 0 | 0.33 | 248 | 0.77 | 0.38 |
| Hex | 2A | 16 | AC | 4C | 57 | 0 | 21 | F8 | 4D | 26 |
| Octal | 52 | 26 | 254 | 114 | 127 | 0 | 41 | 370 | 115 | 46 |
| Binary | 101010 | 10110 | 10101100 | 1001100 | 1010111 | 0 | 100001 | 11111000 | 1001101 | 100110 |
Color Harmonies of #2A16AC
Complementary color
Monochromatic Colors of #2A16AC
Black with #2A16AC
Text Example
Text Example
White with #2A16AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A16AC; }
p { color: rgb(42,22,172); }
H1.HeaderClassName
{
color: #2A16AC;
}
.AnyTagClassName
{
color: #2A16AC;
}
</style>
background-color css
<style>
a { background-color: #2A16AC; }
a { background-color: rgb(42,22,172); }
div.DivClassName
{
background-color: #2A16AC;
}
.BgClassName
{
background-color: #2A16AC;
}
</style>
border-color css
<style>
span { border-color: #2A16AC; }
span { border-color: rgb(42,22,172); }
td.TdClassName
{
border-color: #2A16AC;
}
.TagClassName
{
border-color: #2A16AC;
}
</style>