Shades of Ultramarine #2A0AAB
Tints of Ultramarine #2A0AAB
RGB
CMYK
RGB Variations
Color information
#2A0AAB (or 0x2A0AAB) is known color: Ultramarine. HEX triplet: 2A, 0A and AB. RGB value is (42,10,171). Sum of RGB (Red+Green+Blue) = 42+10+171=223 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.83% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 171 (67.19% from 255 or 76.68% from 223); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A0AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0AAB is #D5F554. Grayscale: #252525. Windows color (decimal): -14021973 or 11209258. OLE color: 11209258.
HSL color Cylindrical-coordinate representation of color #2A0AAB: hue angle of 251.93º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0AAB is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 10 | 171 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.33 |
| HSL | 251.93º | 0.89% | 0.35% | - |
| HSV(B) | 251.93º | 0.94% | 0.67% | - |
| XYZ | 8.41 | 3.65 | 38.79 | - |
| YUV | 37.92 | 203.1 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 10 | 171 | 0.75 | 0.94 | 0 | 0.33 | 251.93 | 0.89 | 0.35 |
| Hex | 2A | A | AB | 4B | 5E | 0 | 21 | FC | 59 | 23 |
| Octal | 52 | 12 | 253 | 113 | 136 | 0 | 41 | 374 | 131 | 43 |
| Binary | 101010 | 1010 | 10101011 | 1001011 | 1011110 | 0 | 100001 | 11111100 | 1011001 | 100011 |
Color Harmonies of #2A0AAB
Complementary color
Monochromatic Colors of #2A0AAB
Black with #2A0AAB
Text Example
Text Example
White with #2A0AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0AAB; }
p { color: rgb(42,10,171); }
H1.HeaderClassName
{
color: #2A0AAB;
}
.AnyTagClassName
{
color: #2A0AAB;
}
</style>
background-color css
<style>
a { background-color: #2A0AAB; }
a { background-color: rgb(42,10,171); }
div.DivClassName
{
background-color: #2A0AAB;
}
.BgClassName
{
background-color: #2A0AAB;
}
</style>
border-color css
<style>
span { border-color: #2A0AAB; }
span { border-color: rgb(42,10,171); }
td.TdClassName
{
border-color: #2A0AAB;
}
.TagClassName
{
border-color: #2A0AAB;
}
</style>