Shades of Ultramarine #2C0AAB
Tints of Ultramarine #2C0AAB
RGB
CMYK
RGB Variations
Color information
#2C0AAB (or 0x2C0AAB) is known color: Ultramarine. HEX triplet: 2C, 0A and AB. RGB value is (44,10,171). Sum of RGB (Red+Green+Blue) = 44+10+171=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 171 (67.19% from 255 or 76% from 225); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C0AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0AAB is #D3F554. Grayscale: #252525. Windows color (decimal): -13890901 or 11209260. OLE color: 11209260.
HSL color Cylindrical-coordinate representation of color #2C0AAB: hue angle of 252.67º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C0AAB is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 10 | 171 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.33 |
| HSL | 252.67º | 0.89% | 0.35% | - |
| HSV(B) | 252.67º | 0.94% | 0.67% | - |
| XYZ | 8.5 | 3.69 | 38.79 | - |
| YUV | 38.52 | 202.76 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 10 | 171 | 0.74 | 0.94 | 0 | 0.33 | 252.67 | 0.89 | 0.35 |
| Hex | 2C | A | AB | 4A | 5E | 0 | 21 | FD | 59 | 23 |
| Octal | 54 | 12 | 253 | 112 | 136 | 0 | 41 | 375 | 131 | 43 |
| Binary | 101100 | 1010 | 10101011 | 1001010 | 1011110 | 0 | 100001 | 11111101 | 1011001 | 100011 |
Color Harmonies of #2C0AAB
Complementary color
Monochromatic Colors of #2C0AAB
Black with #2C0AAB
Text Example
Text Example
White with #2C0AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0AAB; }
p { color: rgb(44,10,171); }
H1.HeaderClassName
{
color: #2C0AAB;
}
.AnyTagClassName
{
color: #2C0AAB;
}
</style>
background-color css
<style>
a { background-color: #2C0AAB; }
a { background-color: rgb(44,10,171); }
div.DivClassName
{
background-color: #2C0AAB;
}
.BgClassName
{
background-color: #2C0AAB;
}
</style>
border-color css
<style>
span { border-color: #2C0AAB; }
span { border-color: rgb(44,10,171); }
td.TdClassName
{
border-color: #2C0AAB;
}
.TagClassName
{
border-color: #2C0AAB;
}
</style>