Shades of Ultramarine #2A05AA
Tints of Ultramarine #2A05AA
RGB
CMYK
RGB Variations
Color information
#2A05AA (or 0x2A05AA) is known color: Ultramarine. HEX triplet: 2A, 05 and AA. RGB value is (42,5,170). Sum of RGB (Red+Green+Blue) = 42+5+170=217 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.35% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 170 (66.80% from 255 or 78.34% from 217); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A05AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A05AA is #D5FA55. Grayscale: #222222. Windows color (decimal): -14023254 or 11142442. OLE color: 11142442.
HSL color Cylindrical-coordinate representation of color #2A05AA: hue angle of 253.45º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A05AA is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 5 | 170 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.33 |
| HSL | 253.45º | 0.94% | 0.34% | - |
| HSV(B) | 253.45º | 0.97% | 0.67% | - |
| XYZ | 8.26 | 3.5 | 38.27 | - |
| YUV | 34.87 | 204.26 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 5 | 170 | 0.75 | 0.97 | 0 | 0.33 | 253.45 | 0.94 | 0.34 |
| Hex | 2A | 5 | AA | 4B | 61 | 0 | 21 | FD | 5E | 22 |
| Octal | 52 | 5 | 252 | 113 | 141 | 0 | 41 | 375 | 136 | 42 |
| Binary | 101010 | 101 | 10101010 | 1001011 | 1100001 | 0 | 100001 | 11111101 | 1011110 | 100010 |
Color Harmonies of #2A05AA
Complementary color
Monochromatic Colors of #2A05AA
Black with #2A05AA
Text Example
Text Example
White with #2A05AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A05AA; }
p { color: rgb(42,5,170); }
H1.HeaderClassName
{
color: #2A05AA;
}
.AnyTagClassName
{
color: #2A05AA;
}
</style>
background-color css
<style>
a { background-color: #2A05AA; }
a { background-color: rgb(42,5,170); }
div.DivClassName
{
background-color: #2A05AA;
}
.BgClassName
{
background-color: #2A05AA;
}
</style>
border-color css
<style>
span { border-color: #2A05AA; }
span { border-color: rgb(42,5,170); }
td.TdClassName
{
border-color: #2A05AA;
}
.TagClassName
{
border-color: #2A05AA;
}
</style>