Shades of Ultramarine #2A0CA1
Tints of Ultramarine #2A0CA1
RGB
CMYK
RGB Variations
Color information
#2A0CA1 (or 0x2A0CA1) is known color: Ultramarine. HEX triplet: 2A, 0C and A1. RGB value is (42,12,161). Sum of RGB (Red+Green+Blue) = 42+12+161=215 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.53% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 161 (63.28% from 255 or 74.88% from 215); Max value from RGB is 161 - color contains mainly: blue. Hex color #2A0CA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0CA1 is #D5F35E. Grayscale: #252525. Windows color (decimal): -14021471 or 10554410. OLE color: 10554410.
HSL color Cylindrical-coordinate representation of color #2A0CA1: hue angle of 252.08º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A0CA1 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 12 | 161 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.37 |
| HSL | 252.08º | 0.86% | 0.34% | - |
| HSV(B) | 252.08º | 0.93% | 0.63% | - |
| XYZ | 7.52 | 3.33 | 33.96 | - |
| YUV | 37.96 | 197.44 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 12 | 161 | 0.74 | 0.93 | 0 | 0.37 | 252.08 | 0.86 | 0.34 |
| Hex | 2A | C | A1 | 4A | 5D | 0 | 25 | FC | 56 | 22 |
| Octal | 52 | 14 | 241 | 112 | 135 | 0 | 45 | 374 | 126 | 42 |
| Binary | 101010 | 1100 | 10100001 | 1001010 | 1011101 | 0 | 100101 | 11111100 | 1010110 | 100010 |
Color Harmonies of #2A0CA1
Complementary color
Monochromatic Colors of #2A0CA1
Black with #2A0CA1
Text Example
Text Example
White with #2A0CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0CA1; }
p { color: rgb(42,12,161); }
H1.HeaderClassName
{
color: #2A0CA1;
}
.AnyTagClassName
{
color: #2A0CA1;
}
</style>
background-color css
<style>
a { background-color: #2A0CA1; }
a { background-color: rgb(42,12,161); }
div.DivClassName
{
background-color: #2A0CA1;
}
.BgClassName
{
background-color: #2A0CA1;
}
</style>
border-color css
<style>
span { border-color: #2A0CA1; }
span { border-color: rgb(42,12,161); }
td.TdClassName
{
border-color: #2A0CA1;
}
.TagClassName
{
border-color: #2A0CA1;
}
</style>