Shades of Ultramarine #2A00AA
Tints of Ultramarine #2A00AA
RGB
CMYK
RGB Variations
Color information
#2A00AA (or 0x2A00AA) is known color: Ultramarine. HEX triplet: 2A, 00 and AA. RGB value is (42,0,170). Sum of RGB (Red+Green+Blue) = 42+0+170=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 170 (66.80% from 255 or 80.19% from 212); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A00AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A00AA is #D5FF55. Grayscale: #1F1F1F. Windows color (decimal): -14024534 or 11141162. OLE color: 11141162.
HSL color Cylindrical-coordinate representation of color #2A00AA: hue angle of 254.82º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A00AA is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 0 | 170 | - |
| CMYK | 0.75 | 1 | 0 | 0.33 |
| HSL | 254.82º | 1% | 0.33% | - |
| HSV(B) | 254.82º | 1% | 0.67% | - |
| XYZ | 8.21 | 3.39 | 38.25 | - |
| YUV | 31.94 | 205.91 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 170 | 0.75 | 1 | 0 | 0.33 | 254.82 | 1 | 0.33 |
| Hex | 2A | 0 | AA | 4B | 64 | 0 | 21 | FF | 64 | 21 |
| Octal | 52 | 0 | 252 | 113 | 144 | 0 | 41 | 377 | 144 | 41 |
| Binary | 101010 | 0 | 10101010 | 1001011 | 1100100 | 0 | 100001 | 11111111 | 1100100 | 100001 |
Color Harmonies of #2A00AA
Complementary color
Monochromatic Colors of #2A00AA
Black with #2A00AA
Text Example
Text Example
White with #2A00AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A00AA; }
p { color: rgb(42,0,170); }
H1.HeaderClassName
{
color: #2A00AA;
}
.AnyTagClassName
{
color: #2A00AA;
}
</style>
background-color css
<style>
a { background-color: #2A00AA; }
a { background-color: rgb(42,0,170); }
div.DivClassName
{
background-color: #2A00AA;
}
.BgClassName
{
background-color: #2A00AA;
}
</style>
border-color css
<style>
span { border-color: #2A00AA; }
span { border-color: rgb(42,0,170); }
td.TdClassName
{
border-color: #2A00AA;
}
.TagClassName
{
border-color: #2A00AA;
}
</style>