Shades of Ultramarine #2A0599
Tints of Ultramarine #2A0599
RGB
CMYK
RGB Variations
Color information
#2A0599 (or 0x2A0599) is known color: Ultramarine. HEX triplet: 2A, 05 and 99. RGB value is (42,5,153). Sum of RGB (Red+Green+Blue) = 42+5+153=200 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 153 (60.16% from 255 or 76.5% from 200); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A0599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0599 is #D5FA66. Grayscale: #202020. Windows color (decimal): -14023271 or 10028330. OLE color: 10028330.
HSL color Cylindrical-coordinate representation of color #2A0599: hue angle of 255º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A0599 is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 5 | 153 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.4 |
| HSL | 255º | 0.94% | 0.31% | - |
| HSV(B) | 255º | 0.97% | 0.6% | - |
| XYZ | 6.76 | 2.9 | 30.34 | - |
| YUV | 32.94 | 195.76 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 5 | 153 | 0.73 | 0.97 | 0 | 0.4 | 255 | 0.94 | 0.31 |
| Hex | 2A | 5 | 99 | 49 | 61 | 0 | 28 | FF | 5E | 1F |
| Octal | 52 | 5 | 231 | 111 | 141 | 0 | 50 | 377 | 136 | 37 |
| Binary | 101010 | 101 | 10011001 | 1001001 | 1100001 | 0 | 101000 | 11111111 | 1011110 | 11111 |
Color Harmonies of #2A0599
Complementary color
Monochromatic Colors of #2A0599
Black with #2A0599
Text Example
Text Example
White with #2A0599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0599; }
p { color: rgb(42,5,153); }
H1.HeaderClassName
{
color: #2A0599;
}
.AnyTagClassName
{
color: #2A0599;
}
</style>
background-color css
<style>
a { background-color: #2A0599; }
a { background-color: rgb(42,5,153); }
div.DivClassName
{
background-color: #2A0599;
}
.BgClassName
{
background-color: #2A0599;
}
</style>
border-color css
<style>
span { border-color: #2A0599; }
span { border-color: rgb(42,5,153); }
td.TdClassName
{
border-color: #2A0599;
}
.TagClassName
{
border-color: #2A0599;
}
</style>