Shades of Ultramarine #2A059C
Tints of Ultramarine #2A059C
RGB
CMYK
RGB Variations
Color information
#2A059C (or 0x2A059C) is known color: Ultramarine. HEX triplet: 2A, 05 and 9C. RGB value is (42,5,156). Sum of RGB (Red+Green+Blue) = 42+5+156=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 156 (61.33% from 255 or 76.85% from 203); Max value from RGB is 156 - color contains mainly: blue. Hex color #2A059C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A059C is #D5FA63. Grayscale: #202020. Windows color (decimal): -14023268 or 10224938. OLE color: 10224938.
HSL color Cylindrical-coordinate representation of color #2A059C: hue angle of 254.7º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A059C is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 5 | 156 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.39 |
| HSL | 254.7º | 0.94% | 0.32% | - |
| HSV(B) | 254.7º | 0.97% | 0.61% | - |
| XYZ | 7.01 | 3 | 31.66 | - |
| YUV | 33.28 | 197.26 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 5 | 156 | 0.73 | 0.97 | 0 | 0.39 | 254.7 | 0.94 | 0.32 |
| Hex | 2A | 5 | 9C | 49 | 61 | 0 | 27 | FF | 5E | 20 |
| Octal | 52 | 5 | 234 | 111 | 141 | 0 | 47 | 377 | 136 | 40 |
| Binary | 101010 | 101 | 10011100 | 1001001 | 1100001 | 0 | 100111 | 11111111 | 1011110 | 100000 |
Color Harmonies of #2A059C
Complementary color
Monochromatic Colors of #2A059C
Black with #2A059C
Text Example
Text Example
White with #2A059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A059C; }
p { color: rgb(42,5,156); }
H1.HeaderClassName
{
color: #2A059C;
}
.AnyTagClassName
{
color: #2A059C;
}
</style>
background-color css
<style>
a { background-color: #2A059C; }
a { background-color: rgb(42,5,156); }
div.DivClassName
{
background-color: #2A059C;
}
.BgClassName
{
background-color: #2A059C;
}
</style>
border-color css
<style>
span { border-color: #2A059C; }
span { border-color: rgb(42,5,156); }
td.TdClassName
{
border-color: #2A059C;
}
.TagClassName
{
border-color: #2A059C;
}
</style>