Shades of Ultramarine #2A1EA9
Tints of Ultramarine #2A1EA9
RGB
CMYK
RGB Variations
Color information
#2A1EA9 (or 0x2A1EA9) is known color: Ultramarine. HEX triplet: 2A, 1E and A9. RGB value is (42,30,169). Sum of RGB (Red+Green+Blue) = 42+30+169=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 169 (66.41% from 255 or 70.12% from 241); Max value from RGB is 169 - color contains mainly: blue. Hex color #2A1EA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1EA9 is #D5E156. Grayscale: #303030. Windows color (decimal): -14016855 or 11083306. OLE color: 11083306.
HSL color Cylindrical-coordinate representation of color #2A1EA9: hue angle of 245.18º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A1EA9 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 42 | 30 | 169 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.34 |
| HSL | 245.18º | 0.7% | 0.39% | - |
| HSV(B) | 245.18º | 0.82% | 0.66% | - |
| XYZ | 8.58 | 4.29 | 37.91 | - |
| YUV | 49.43 | 195.48 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 30 | 169 | 0.75 | 0.82 | 0 | 0.34 | 245.18 | 0.7 | 0.39 |
| Hex | 2A | 1E | A9 | 4B | 52 | 0 | 22 | F5 | 46 | 27 |
| Octal | 52 | 36 | 251 | 113 | 122 | 0 | 42 | 365 | 106 | 47 |
| Binary | 101010 | 11110 | 10101001 | 1001011 | 1010010 | 0 | 100010 | 11110101 | 1000110 | 100111 |
Color Harmonies of #2A1EA9
Complementary color
Monochromatic Colors of #2A1EA9
Black with #2A1EA9
Text Example
Text Example
White with #2A1EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1EA9; }
p { color: rgb(42,30,169); }
H1.HeaderClassName
{
color: #2A1EA9;
}
.AnyTagClassName
{
color: #2A1EA9;
}
</style>
background-color css
<style>
a { background-color: #2A1EA9; }
a { background-color: rgb(42,30,169); }
div.DivClassName
{
background-color: #2A1EA9;
}
.BgClassName
{
background-color: #2A1EA9;
}
</style>
border-color css
<style>
span { border-color: #2A1EA9; }
span { border-color: rgb(42,30,169); }
td.TdClassName
{
border-color: #2A1EA9;
}
.TagClassName
{
border-color: #2A1EA9;
}
</style>