Shades of Ultramarine #2A1CA9
Tints of Ultramarine #2A1CA9
RGB
CMYK
RGB Variations
Color information
#2A1CA9 (or 0x2A1CA9) is known color: Ultramarine. HEX triplet: 2A, 1C and A9. RGB value is (42,28,169). Sum of RGB (Red+Green+Blue) = 42+28+169=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 169 (66.41% from 255 or 70.71% from 239); Max value from RGB is 169 - color contains mainly: blue. Hex color #2A1CA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1CA9 is #D5E356. Grayscale: #2F2F2F. Windows color (decimal): -14017367 or 11082794. OLE color: 11082794.
HSL color Cylindrical-coordinate representation of color #2A1CA9: hue angle of 245.96º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A1CA9 is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 42 | 28 | 169 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.34 |
| HSL | 245.96º | 0.72% | 0.39% | - |
| HSV(B) | 245.96º | 0.83% | 0.66% | - |
| XYZ | 8.53 | 4.19 | 37.89 | - |
| YUV | 48.26 | 196.14 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 28 | 169 | 0.75 | 0.83 | 0 | 0.34 | 245.96 | 0.72 | 0.39 |
| Hex | 2A | 1C | A9 | 4B | 53 | 0 | 22 | F6 | 48 | 27 |
| Octal | 52 | 34 | 251 | 113 | 123 | 0 | 42 | 366 | 110 | 47 |
| Binary | 101010 | 11100 | 10101001 | 1001011 | 1010011 | 0 | 100010 | 11110110 | 1001000 | 100111 |
Color Harmonies of #2A1CA9
Complementary color
Monochromatic Colors of #2A1CA9
Black with #2A1CA9
Text Example
Text Example
White with #2A1CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1CA9; }
p { color: rgb(42,28,169); }
H1.HeaderClassName
{
color: #2A1CA9;
}
.AnyTagClassName
{
color: #2A1CA9;
}
</style>
background-color css
<style>
a { background-color: #2A1CA9; }
a { background-color: rgb(42,28,169); }
div.DivClassName
{
background-color: #2A1CA9;
}
.BgClassName
{
background-color: #2A1CA9;
}
</style>
border-color css
<style>
span { border-color: #2A1CA9; }
span { border-color: rgb(42,28,169); }
td.TdClassName
{
border-color: #2A1CA9;
}
.TagClassName
{
border-color: #2A1CA9;
}
</style>