Shades of Ultramarine #2A0199
Tints of Ultramarine #2A0199
RGB
CMYK
RGB Variations
Color information
#2A0199 (or 0x2A0199) is known color: Ultramarine. HEX triplet: 2A, 01 and 99. RGB value is (42,1,153). Sum of RGB (Red+Green+Blue) = 42+1+153=196 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.43% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 153 (60.16% from 255 or 78.06% from 196); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A0199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0199 is #D5FE66. Grayscale: #1E1E1E. Windows color (decimal): -14024295 or 10027306. OLE color: 10027306.
HSL color Cylindrical-coordinate representation of color #2A0199: hue angle of 256.18º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A0199 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 1 | 153 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.4 |
| HSL | 256.18º | 0.99% | 0.3% | - |
| HSV(B) | 256.18º | 0.99% | 0.6% | - |
| XYZ | 6.72 | 2.81 | 30.33 | - |
| YUV | 30.59 | 197.08 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 153 | 0.73 | 0.99 | 0 | 0.4 | 256.18 | 0.99 | 0.3 |
| Hex | 2A | 1 | 99 | 49 | 63 | 0 | 28 | 100 | 63 | 1E |
| Octal | 52 | 1 | 231 | 111 | 143 | 0 | 50 | 400 | 143 | 36 |
| Binary | 101010 | 1 | 10011001 | 1001001 | 1100011 | 0 | 101000 | 100000000 | 1100011 | 11110 |
Color Harmonies of #2A0199
Complementary color
Monochromatic Colors of #2A0199
Black with #2A0199
Text Example
Text Example
White with #2A0199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0199; }
p { color: rgb(42,1,153); }
H1.HeaderClassName
{
color: #2A0199;
}
.AnyTagClassName
{
color: #2A0199;
}
</style>
background-color css
<style>
a { background-color: #2A0199; }
a { background-color: rgb(42,1,153); }
div.DivClassName
{
background-color: #2A0199;
}
.BgClassName
{
background-color: #2A0199;
}
</style>
border-color css
<style>
span { border-color: #2A0199; }
span { border-color: rgb(42,1,153); }
td.TdClassName
{
border-color: #2A0199;
}
.TagClassName
{
border-color: #2A0199;
}
</style>