Shades of Ultramarine #2A0698
Tints of Ultramarine #2A0698
RGB
CMYK
RGB Variations
Color information
#2A0698 (or 0x2A0698) is known color: Ultramarine. HEX triplet: 2A, 06 and 98. RGB value is (42,6,152). Sum of RGB (Red+Green+Blue) = 42+6+152=200 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 152 (59.77% from 255 or 76% from 200); Max value from RGB is 152 - color contains mainly: blue. Hex color #2A0698 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0698 is #D5F967. Grayscale: #202020. Windows color (decimal): -14023016 or 9963050. OLE color: 9963050.
HSL color Cylindrical-coordinate representation of color #2A0698: hue angle of 254.79º 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 #2A0698 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 6 | 152 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.40 |
| HSL | 254.79º | 0.92% | 0.31% | - |
| HSV(B) | 254.79º | 0.96% | 0.6% | - |
| XYZ | 6.69 | 2.89 | 29.91 | - |
| YUV | 33.41 | 194.93 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 6 | 152 | 0.72 | 0.96 | 0 | 0.40 | 254.79 | 0.92 | 0.31 |
| Hex | 2A | 6 | 98 | 48 | 60 | 0 | 28 | FF | 5C | 1F |
| Octal | 52 | 6 | 230 | 110 | 140 | 0 | 50 | 377 | 134 | 37 |
| Binary | 101010 | 110 | 10011000 | 1001000 | 1100000 | 0 | 101000 | 11111111 | 1011100 | 11111 |
Color Harmonies of #2A0698
Complementary color
Monochromatic Colors of #2A0698
Black with #2A0698
Text Example
Text Example
White with #2A0698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0698; }
p { color: rgb(42,6,152); }
H1.HeaderClassName
{
color: #2A0698;
}
.AnyTagClassName
{
color: #2A0698;
}
</style>
background-color css
<style>
a { background-color: #2A0698; }
a { background-color: rgb(42,6,152); }
div.DivClassName
{
background-color: #2A0698;
}
.BgClassName
{
background-color: #2A0698;
}
</style>
border-color css
<style>
span { border-color: #2A0698; }
span { border-color: rgb(42,6,152); }
td.TdClassName
{
border-color: #2A0698;
}
.TagClassName
{
border-color: #2A0698;
}
</style>