Shades of Ultramarine #2A13AA
Tints of Ultramarine #2A13AA
RGB
CMYK
RGB Variations
Color information
#2A13AA (or 0x2A13AA) is known color: Ultramarine. HEX triplet: 2A, 13 and AA. RGB value is (42,19,170). Sum of RGB (Red+Green+Blue) = 42+19+170=231 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.18% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 170 (66.80% from 255 or 73.59% from 231); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A13AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A13AA is #D5EC55. Grayscale: #2A2A2A. Windows color (decimal): -14019670 or 11146026. OLE color: 11146026.
HSL color Cylindrical-coordinate representation of color #2A13AA: hue angle of 249.14º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A13AA is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 19 | 170 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.33 |
| HSL | 249.14º | 0.8% | 0.37% | - |
| HSV(B) | 249.14º | 0.89% | 0.67% | - |
| XYZ | 8.44 | 3.86 | 38.33 | - |
| YUV | 43.09 | 199.62 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 19 | 170 | 0.75 | 0.89 | 0 | 0.33 | 249.14 | 0.8 | 0.37 |
| Hex | 2A | 13 | AA | 4B | 59 | 0 | 21 | F9 | 50 | 25 |
| Octal | 52 | 23 | 252 | 113 | 131 | 0 | 41 | 371 | 120 | 45 |
| Binary | 101010 | 10011 | 10101010 | 1001011 | 1011001 | 0 | 100001 | 11111001 | 1010000 | 100101 |
Color Harmonies of #2A13AA
Complementary color
Monochromatic Colors of #2A13AA
Black with #2A13AA
Text Example
Text Example
White with #2A13AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A13AA; }
p { color: rgb(42,19,170); }
H1.HeaderClassName
{
color: #2A13AA;
}
.AnyTagClassName
{
color: #2A13AA;
}
</style>
background-color css
<style>
a { background-color: #2A13AA; }
a { background-color: rgb(42,19,170); }
div.DivClassName
{
background-color: #2A13AA;
}
.BgClassName
{
background-color: #2A13AA;
}
</style>
border-color css
<style>
span { border-color: #2A13AA; }
span { border-color: rgb(42,19,170); }
td.TdClassName
{
border-color: #2A13AA;
}
.TagClassName
{
border-color: #2A13AA;
}
</style>