Shades of Ultramarine #2A0995
Tints of Ultramarine #2A0995
RGB
CMYK
RGB Variations
Color information
#2A0995 (or 0x2A0995) is known color: Ultramarine. HEX triplet: 2A, 09 and 95. RGB value is (42,9,149). Sum of RGB (Red+Green+Blue) = 42+9+149=200 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 149 (58.59% from 255 or 74.5% from 200); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A0995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0995 is #D5F66A. Grayscale: #222222. Windows color (decimal): -14022251 or 9767210. OLE color: 9767210.
HSL color Cylindrical-coordinate representation of color #2A0995: hue angle of 254.14º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0995 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 9 | 149 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.42 |
| HSL | 254.14º | 0.89% | 0.31% | - |
| HSV(B) | 254.14º | 0.94% | 0.58% | - |
| XYZ | 6.48 | 2.86 | 28.64 | - |
| YUV | 34.83 | 192.43 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 9 | 149 | 0.72 | 0.94 | 0 | 0.42 | 254.14 | 0.89 | 0.31 |
| Hex | 2A | 9 | 95 | 48 | 5E | 0 | 2A | FE | 59 | 1F |
| Octal | 52 | 11 | 225 | 110 | 136 | 0 | 52 | 376 | 131 | 37 |
| Binary | 101010 | 1001 | 10010101 | 1001000 | 1011110 | 0 | 101010 | 11111110 | 1011001 | 11111 |
Color Harmonies of #2A0995
Complementary color
Monochromatic Colors of #2A0995
Black with #2A0995
Text Example
Text Example
White with #2A0995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0995; }
p { color: rgb(42,9,149); }
H1.HeaderClassName
{
color: #2A0995;
}
.AnyTagClassName
{
color: #2A0995;
}
</style>
background-color css
<style>
a { background-color: #2A0995; }
a { background-color: rgb(42,9,149); }
div.DivClassName
{
background-color: #2A0995;
}
.BgClassName
{
background-color: #2A0995;
}
</style>
border-color css
<style>
span { border-color: #2A0995; }
span { border-color: rgb(42,9,149); }
td.TdClassName
{
border-color: #2A0995;
}
.TagClassName
{
border-color: #2A0995;
}
</style>