Shades of Ultramarine #2A0CA6
Tints of Ultramarine #2A0CA6
RGB
CMYK
RGB Variations
Color information
#2A0CA6 (or 0x2A0CA6) is known color: Ultramarine. HEX triplet: 2A, 0C and A6. RGB value is (42,12,166). Sum of RGB (Red+Green+Blue) = 42+12+166=220 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.09% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 166 (65.23% from 255 or 75.45% from 220); Max value from RGB is 166 - color contains mainly: blue. Hex color #2A0CA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0CA6 is #D5F359. Grayscale: #252525. Windows color (decimal): -14021466 or 10882090. OLE color: 10882090.
HSL color Cylindrical-coordinate representation of color #2A0CA6: hue angle of 251.69º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A0CA6 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 12 | 166 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.35 |
| HSL | 251.69º | 0.87% | 0.35% | - |
| HSV(B) | 251.69º | 0.93% | 0.65% | - |
| XYZ | 7.97 | 3.51 | 36.33 | - |
| YUV | 38.53 | 199.94 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 12 | 166 | 0.75 | 0.93 | 0 | 0.35 | 251.69 | 0.87 | 0.35 |
| Hex | 2A | C | A6 | 4B | 5D | 0 | 23 | FC | 57 | 23 |
| Octal | 52 | 14 | 246 | 113 | 135 | 0 | 43 | 374 | 127 | 43 |
| Binary | 101010 | 1100 | 10100110 | 1001011 | 1011101 | 0 | 100011 | 11111100 | 1010111 | 100011 |
Color Harmonies of #2A0CA6
Complementary color
Monochromatic Colors of #2A0CA6
Black with #2A0CA6
Text Example
Text Example
White with #2A0CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0CA6; }
p { color: rgb(42,12,166); }
H1.HeaderClassName
{
color: #2A0CA6;
}
.AnyTagClassName
{
color: #2A0CA6;
}
</style>
background-color css
<style>
a { background-color: #2A0CA6; }
a { background-color: rgb(42,12,166); }
div.DivClassName
{
background-color: #2A0CA6;
}
.BgClassName
{
background-color: #2A0CA6;
}
</style>
border-color css
<style>
span { border-color: #2A0CA6; }
span { border-color: rgb(42,12,166); }
td.TdClassName
{
border-color: #2A0CA6;
}
.TagClassName
{
border-color: #2A0CA6;
}
</style>