Shades of Ultramarine #2A0299
Tints of Ultramarine #2A0299
RGB
CMYK
RGB Variations
Color information
#2A0299 (or 0x2A0299) is known color: Ultramarine. HEX triplet: 2A, 02 and 99. RGB value is (42,2,153). Sum of RGB (Red+Green+Blue) = 42+2+153=197 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.32% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 153 (60.16% from 255 or 77.66% from 197); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A0299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0299 is #D5FD66. Grayscale: #1E1E1E. Windows color (decimal): -14024039 or 10027562. OLE color: 10027562.
HSL color Cylindrical-coordinate representation of color #2A0299: hue angle of 255.89º degrees, saturation: 0.97, 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 #2A0299 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 2 | 153 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.4 |
| HSL | 255.89º | 0.97% | 0.3% | - |
| HSV(B) | 255.89º | 0.99% | 0.6% | - |
| XYZ | 6.73 | 2.84 | 30.33 | - |
| YUV | 31.17 | 196.75 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 153 | 0.73 | 0.99 | 0 | 0.4 | 255.89 | 0.97 | 0.3 |
| Hex | 2A | 2 | 99 | 49 | 63 | 0 | 28 | 100 | 61 | 1E |
| Octal | 52 | 2 | 231 | 111 | 143 | 0 | 50 | 400 | 141 | 36 |
| Binary | 101010 | 10 | 10011001 | 1001001 | 1100011 | 0 | 101000 | 100000000 | 1100001 | 11110 |
Color Harmonies of #2A0299
Complementary color
Monochromatic Colors of #2A0299
Black with #2A0299
Text Example
Text Example
White with #2A0299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0299; }
p { color: rgb(42,2,153); }
H1.HeaderClassName
{
color: #2A0299;
}
.AnyTagClassName
{
color: #2A0299;
}
</style>
background-color css
<style>
a { background-color: #2A0299; }
a { background-color: rgb(42,2,153); }
div.DivClassName
{
background-color: #2A0299;
}
.BgClassName
{
background-color: #2A0299;
}
</style>
border-color css
<style>
span { border-color: #2A0299; }
span { border-color: rgb(42,2,153); }
td.TdClassName
{
border-color: #2A0299;
}
.TagClassName
{
border-color: #2A0299;
}
</style>