Shades of Ultramarine #2A1799
Tints of Ultramarine #2A1799
RGB
CMYK
RGB Variations
Color information
#2A1799 (or 0x2A1799) is known color: Ultramarine. HEX triplet: 2A, 17 and 99. RGB value is (42,23,153). Sum of RGB (Red+Green+Blue) = 42+23+153=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 153 (60.16% from 255 or 70.18% from 218); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A1799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1799 is #D5E866. Grayscale: #2B2B2B. Windows color (decimal): -14018663 or 10032938. OLE color: 10032938.
HSL color Cylindrical-coordinate representation of color #2A1799: hue angle of 248.77º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A1799 is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 23 | 153 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.4 |
| HSL | 248.77º | 0.74% | 0.35% | - |
| HSV(B) | 248.77º | 0.85% | 0.6% | - |
| XYZ | 7.01 | 3.4 | 30.42 | - |
| YUV | 43.5 | 189.79 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 23 | 153 | 0.73 | 0.85 | 0 | 0.4 | 248.77 | 0.74 | 0.35 |
| Hex | 2A | 17 | 99 | 49 | 55 | 0 | 28 | F9 | 4A | 23 |
| Octal | 52 | 27 | 231 | 111 | 125 | 0 | 50 | 371 | 112 | 43 |
| Binary | 101010 | 10111 | 10011001 | 1001001 | 1010101 | 0 | 101000 | 11111001 | 1001010 | 100011 |
Color Harmonies of #2A1799
Complementary color
Monochromatic Colors of #2A1799
Black with #2A1799
Text Example
Text Example
White with #2A1799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1799; }
p { color: rgb(42,23,153); }
H1.HeaderClassName
{
color: #2A1799;
}
.AnyTagClassName
{
color: #2A1799;
}
</style>
background-color css
<style>
a { background-color: #2A1799; }
a { background-color: rgb(42,23,153); }
div.DivClassName
{
background-color: #2A1799;
}
.BgClassName
{
background-color: #2A1799;
}
</style>
border-color css
<style>
span { border-color: #2A1799; }
span { border-color: rgb(42,23,153); }
td.TdClassName
{
border-color: #2A1799;
}
.TagClassName
{
border-color: #2A1799;
}
</style>