Shades of Ultramarine #2A0699
Tints of Ultramarine #2A0699
RGB
CMYK
RGB Variations
Color information
#2A0699 (or 0x2A0699) is known color: Ultramarine. HEX triplet: 2A, 06 and 99. RGB value is (42,6,153). Sum of RGB (Red+Green+Blue) = 42+6+153=201 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.90% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 153 (60.16% from 255 or 76.12% from 201); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A0699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0699 is #D5F966. Grayscale: #202020. Windows color (decimal): -14023015 or 10028586. OLE color: 10028586.
HSL color Cylindrical-coordinate representation of color #2A0699: hue angle of 254.69º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A0699 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 6 | 153 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.4 |
| HSL | 254.69º | 0.92% | 0.31% | - |
| HSV(B) | 254.69º | 0.96% | 0.6% | - |
| XYZ | 6.77 | 2.92 | 30.34 | - |
| YUV | 33.52 | 195.43 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 6 | 153 | 0.73 | 0.96 | 0 | 0.4 | 254.69 | 0.92 | 0.31 |
| Hex | 2A | 6 | 99 | 49 | 60 | 0 | 28 | FF | 5C | 1F |
| Octal | 52 | 6 | 231 | 111 | 140 | 0 | 50 | 377 | 134 | 37 |
| Binary | 101010 | 110 | 10011001 | 1001001 | 1100000 | 0 | 101000 | 11111111 | 1011100 | 11111 |
Color Harmonies of #2A0699
Complementary color
Monochromatic Colors of #2A0699
Black with #2A0699
Text Example
Text Example
White with #2A0699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0699; }
p { color: rgb(42,6,153); }
H1.HeaderClassName
{
color: #2A0699;
}
.AnyTagClassName
{
color: #2A0699;
}
</style>
background-color css
<style>
a { background-color: #2A0699; }
a { background-color: rgb(42,6,153); }
div.DivClassName
{
background-color: #2A0699;
}
.BgClassName
{
background-color: #2A0699;
}
</style>
border-color css
<style>
span { border-color: #2A0699; }
span { border-color: rgb(42,6,153); }
td.TdClassName
{
border-color: #2A0699;
}
.TagClassName
{
border-color: #2A0699;
}
</style>