Shades of Ultramarine #2A1DAA
Tints of Ultramarine #2A1DAA
RGB
CMYK
RGB Variations
Color information
#2A1DAA (or 0x2A1DAA) is known color: Ultramarine. HEX triplet: 2A, 1D and AA. RGB value is (42,29,170). Sum of RGB (Red+Green+Blue) = 42+29+170=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 29 (11.72% from 255 or 12.03% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A1DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1DAA is #D5E255. Grayscale: #303030. Windows color (decimal): -14017110 or 11148586. OLE color: 11148586.
HSL color Cylindrical-coordinate representation of color #2A1DAA: hue angle of 245.53º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A1DAA is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 29 | 170 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.33 |
| HSL | 245.53º | 0.71% | 0.39% | - |
| HSV(B) | 245.53º | 0.83% | 0.67% | - |
| XYZ | 8.65 | 4.27 | 38.4 | - |
| YUV | 48.96 | 196.31 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 29 | 170 | 0.75 | 0.83 | 0 | 0.33 | 245.53 | 0.71 | 0.39 |
| Hex | 2A | 1D | AA | 4B | 53 | 0 | 21 | F6 | 47 | 27 |
| Octal | 52 | 35 | 252 | 113 | 123 | 0 | 41 | 366 | 107 | 47 |
| Binary | 101010 | 11101 | 10101010 | 1001011 | 1010011 | 0 | 100001 | 11110110 | 1000111 | 100111 |
Color Harmonies of #2A1DAA
Complementary color
Monochromatic Colors of #2A1DAA
Black with #2A1DAA
Text Example
Text Example
White with #2A1DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1DAA; }
p { color: rgb(42,29,170); }
H1.HeaderClassName
{
color: #2A1DAA;
}
.AnyTagClassName
{
color: #2A1DAA;
}
</style>
background-color css
<style>
a { background-color: #2A1DAA; }
a { background-color: rgb(42,29,170); }
div.DivClassName
{
background-color: #2A1DAA;
}
.BgClassName
{
background-color: #2A1DAA;
}
</style>
border-color css
<style>
span { border-color: #2A1DAA; }
span { border-color: rgb(42,29,170); }
td.TdClassName
{
border-color: #2A1DAA;
}
.TagClassName
{
border-color: #2A1DAA;
}
</style>