Shades of Ultramarine #2A0D9D
Tints of Ultramarine #2A0D9D
RGB
CMYK
RGB Variations
Color information
#2A0D9D (or 0x2A0D9D) is known color: Ultramarine. HEX triplet: 2A, 0D and 9D. RGB value is (42,13,157). Sum of RGB (Red+Green+Blue) = 42+13+157=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 157 (61.72% from 255 or 74.06% from 212); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A0D9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0D9D is #D5F262. Grayscale: #252525. Windows color (decimal): -14021219 or 10292522. OLE color: 10292522.
HSL color Cylindrical-coordinate representation of color #2A0D9D: hue angle of 252.08º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A0D9D is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 13 | 157 | - |
| CMYK | 0.73 | 0.92 | 0 | 0.38 |
| HSL | 252.08º | 0.85% | 0.33% | - |
| HSV(B) | 252.08º | 0.92% | 0.62% | - |
| XYZ | 7.18 | 3.21 | 32.14 | - |
| YUV | 38.09 | 195.11 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 13 | 157 | 0.73 | 0.92 | 0 | 0.38 | 252.08 | 0.85 | 0.33 |
| Hex | 2A | D | 9D | 49 | 5C | 0 | 26 | FC | 55 | 21 |
| Octal | 52 | 15 | 235 | 111 | 134 | 0 | 46 | 374 | 125 | 41 |
| Binary | 101010 | 1101 | 10011101 | 1001001 | 1011100 | 0 | 100110 | 11111100 | 1010101 | 100001 |
Color Harmonies of #2A0D9D
Complementary color
Monochromatic Colors of #2A0D9D
Black with #2A0D9D
Text Example
Text Example
White with #2A0D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0D9D; }
p { color: rgb(42,13,157); }
H1.HeaderClassName
{
color: #2A0D9D;
}
.AnyTagClassName
{
color: #2A0D9D;
}
</style>
background-color css
<style>
a { background-color: #2A0D9D; }
a { background-color: rgb(42,13,157); }
div.DivClassName
{
background-color: #2A0D9D;
}
.BgClassName
{
background-color: #2A0D9D;
}
</style>
border-color css
<style>
span { border-color: #2A0D9D; }
span { border-color: rgb(42,13,157); }
td.TdClassName
{
border-color: #2A0D9D;
}
.TagClassName
{
border-color: #2A0D9D;
}
</style>