Shades of Ultramarine #2A1994
Tints of Ultramarine #2A1994
RGB
CMYK
RGB Variations
Color information
#2A1994 (or 0x2A1994) is known color: Ultramarine. HEX triplet: 2A, 19 and 94. RGB value is (42,25,148). Sum of RGB (Red+Green+Blue) = 42+25+148=215 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.53% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 148 (58.20% from 255 or 68.84% from 215); Max value from RGB is 148 - color contains mainly: blue. Hex color #2A1994 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1994 is #D5E66B. Grayscale: #2B2B2B. Windows color (decimal): -14018156 or 9705770. OLE color: 9705770.
HSL color Cylindrical-coordinate representation of color #2A1994: hue angle of 248.29º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A1994 is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 25 | 148 | - |
| CMYK | 0.72 | 0.83 | 0 | 0.42 |
| HSL | 248.29º | 0.71% | 0.34% | - |
| HSV(B) | 248.29º | 0.83% | 0.58% | - |
| XYZ | 6.65 | 3.33 | 28.31 | - |
| YUV | 44.11 | 186.63 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 25 | 148 | 0.72 | 0.83 | 0 | 0.42 | 248.29 | 0.71 | 0.34 |
| Hex | 2A | 19 | 94 | 48 | 53 | 0 | 2A | F8 | 47 | 22 |
| Octal | 52 | 31 | 224 | 110 | 123 | 0 | 52 | 370 | 107 | 42 |
| Binary | 101010 | 11001 | 10010100 | 1001000 | 1010011 | 0 | 101010 | 11111000 | 1000111 | 100010 |
Color Harmonies of #2A1994
Complementary color
Monochromatic Colors of #2A1994
Black with #2A1994
Text Example
Text Example
White with #2A1994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1994; }
p { color: rgb(42,25,148); }
H1.HeaderClassName
{
color: #2A1994;
}
.AnyTagClassName
{
color: #2A1994;
}
</style>
background-color css
<style>
a { background-color: #2A1994; }
a { background-color: rgb(42,25,148); }
div.DivClassName
{
background-color: #2A1994;
}
.BgClassName
{
background-color: #2A1994;
}
</style>
border-color css
<style>
span { border-color: #2A1994; }
span { border-color: rgb(42,25,148); }
td.TdClassName
{
border-color: #2A1994;
}
.TagClassName
{
border-color: #2A1994;
}
</style>