Shades of Ultramarine #2A07AA
Tints of Ultramarine #2A07AA
RGB
CMYK
RGB Variations
Color information
#2A07AA (or 0x2A07AA) is known color: Ultramarine. HEX triplet: 2A, 07 and AA. RGB value is (42,7,170). Sum of RGB (Red+Green+Blue) = 42+7+170=219 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.18% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 170 (66.80% from 255 or 77.63% from 219); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A07AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A07AA is #D5F855. Grayscale: #232323. Windows color (decimal): -14022742 or 11142954. OLE color: 11142954.
HSL color Cylindrical-coordinate representation of color #2A07AA: hue angle of 252.88º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A07AA is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 7 | 170 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.33 |
| HSL | 252.88º | 0.92% | 0.35% | - |
| HSV(B) | 252.88º | 0.96% | 0.67% | - |
| XYZ | 8.29 | 3.55 | 38.28 | - |
| YUV | 36.05 | 203.6 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 7 | 170 | 0.75 | 0.96 | 0 | 0.33 | 252.88 | 0.92 | 0.35 |
| Hex | 2A | 7 | AA | 4B | 60 | 0 | 21 | FD | 5C | 23 |
| Octal | 52 | 7 | 252 | 113 | 140 | 0 | 41 | 375 | 134 | 43 |
| Binary | 101010 | 111 | 10101010 | 1001011 | 1100000 | 0 | 100001 | 11111101 | 1011100 | 100011 |
Color Harmonies of #2A07AA
Complementary color
Monochromatic Colors of #2A07AA
Black with #2A07AA
Text Example
Text Example
White with #2A07AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A07AA; }
p { color: rgb(42,7,170); }
H1.HeaderClassName
{
color: #2A07AA;
}
.AnyTagClassName
{
color: #2A07AA;
}
</style>
background-color css
<style>
a { background-color: #2A07AA; }
a { background-color: rgb(42,7,170); }
div.DivClassName
{
background-color: #2A07AA;
}
.BgClassName
{
background-color: #2A07AA;
}
</style>
border-color css
<style>
span { border-color: #2A07AA; }
span { border-color: rgb(42,7,170); }
td.TdClassName
{
border-color: #2A07AA;
}
.TagClassName
{
border-color: #2A07AA;
}
</style>