Shades of Ultramarine #2A1CAA
Tints of Ultramarine #2A1CAA
RGB
CMYK
RGB Variations
Color information
#2A1CAA (or 0x2A1CAA) is known color: Ultramarine. HEX triplet: 2A, 1C and AA. RGB value is (42,28,170). Sum of RGB (Red+Green+Blue) = 42+28+170=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 170 (66.80% from 255 or 70.83% from 240); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A1CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1CAA is #D5E355. Grayscale: #2F2F2F. Windows color (decimal): -14017366 or 11148330. OLE color: 11148330.
HSL color Cylindrical-coordinate representation of color #2A1CAA: hue angle of 245.92º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A1CAA is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 28 | 170 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.33 |
| HSL | 245.92º | 0.72% | 0.39% | - |
| HSV(B) | 245.92º | 0.84% | 0.67% | - |
| XYZ | 8.63 | 4.23 | 38.39 | - |
| YUV | 48.37 | 196.64 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 28 | 170 | 0.75 | 0.84 | 0 | 0.33 | 245.92 | 0.72 | 0.39 |
| Hex | 2A | 1C | AA | 4B | 54 | 0 | 21 | F6 | 48 | 27 |
| Octal | 52 | 34 | 252 | 113 | 124 | 0 | 41 | 366 | 110 | 47 |
| Binary | 101010 | 11100 | 10101010 | 1001011 | 1010100 | 0 | 100001 | 11110110 | 1001000 | 100111 |
Color Harmonies of #2A1CAA
Complementary color
Monochromatic Colors of #2A1CAA
Black with #2A1CAA
Text Example
Text Example
White with #2A1CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1CAA; }
p { color: rgb(42,28,170); }
H1.HeaderClassName
{
color: #2A1CAA;
}
.AnyTagClassName
{
color: #2A1CAA;
}
</style>
background-color css
<style>
a { background-color: #2A1CAA; }
a { background-color: rgb(42,28,170); }
div.DivClassName
{
background-color: #2A1CAA;
}
.BgClassName
{
background-color: #2A1CAA;
}
</style>
border-color css
<style>
span { border-color: #2A1CAA; }
span { border-color: rgb(42,28,170); }
td.TdClassName
{
border-color: #2A1CAA;
}
.TagClassName
{
border-color: #2A1CAA;
}
</style>