Shades of Ultramarine #2A05AB
Tints of Ultramarine #2A05AB
RGB
CMYK
RGB Variations
Color information
#2A05AB (or 0x2A05AB) is known color: Ultramarine. HEX triplet: 2A, 05 and AB. RGB value is (42,5,171). Sum of RGB (Red+Green+Blue) = 42+5+171=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 171 (67.19% from 255 or 78.44% from 218); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A05AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A05AB is #D5FA54. Grayscale: #222222. Windows color (decimal): -14023253 or 11207978. OLE color: 11207978.
HSL color Cylindrical-coordinate representation of color #2A05AB: hue angle of 253.37º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A05AB is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 5 | 171 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.33 |
| HSL | 253.37º | 0.94% | 0.35% | - |
| HSV(B) | 253.37º | 0.97% | 0.67% | - |
| XYZ | 8.36 | 3.54 | 38.77 | - |
| YUV | 34.99 | 204.76 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 5 | 171 | 0.75 | 0.97 | 0 | 0.33 | 253.37 | 0.94 | 0.35 |
| Hex | 2A | 5 | AB | 4B | 61 | 0 | 21 | FD | 5E | 23 |
| Octal | 52 | 5 | 253 | 113 | 141 | 0 | 41 | 375 | 136 | 43 |
| Binary | 101010 | 101 | 10101011 | 1001011 | 1100001 | 0 | 100001 | 11111101 | 1011110 | 100011 |
Color Harmonies of #2A05AB
Complementary color
Monochromatic Colors of #2A05AB
Black with #2A05AB
Text Example
Text Example
White with #2A05AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A05AB; }
p { color: rgb(42,5,171); }
H1.HeaderClassName
{
color: #2A05AB;
}
.AnyTagClassName
{
color: #2A05AB;
}
</style>
background-color css
<style>
a { background-color: #2A05AB; }
a { background-color: rgb(42,5,171); }
div.DivClassName
{
background-color: #2A05AB;
}
.BgClassName
{
background-color: #2A05AB;
}
</style>
border-color css
<style>
span { border-color: #2A05AB; }
span { border-color: rgb(42,5,171); }
td.TdClassName
{
border-color: #2A05AB;
}
.TagClassName
{
border-color: #2A05AB;
}
</style>