Shades of Ultramarine #2901AC
Tints of Ultramarine #2901AC
RGB
CMYK
RGB Variations
Color information
#2901AC (or 0x2901AC) is known color: Ultramarine. HEX triplet: 29, 01 and AC. RGB value is (41,1,172). Sum of RGB (Red+Green+Blue) = 41+1+172=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 172 (67.58% from 255 or 80.37% from 214); Max value from RGB is 172 - color contains mainly: blue. Hex color #2901AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2901AC is #D6FE53. Grayscale: #1F1F1F. Windows color (decimal): -14089812 or 11272489. OLE color: 11272489.
HSL color Cylindrical-coordinate representation of color #2901AC: hue angle of 254.04º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2901AC is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 1 | 172 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.33 |
| HSL | 254.04º | 0.99% | 0.34% | - |
| HSV(B) | 254.04º | 0.99% | 0.67% | - |
| XYZ | 8.37 | 3.47 | 39.26 | - |
| YUV | 32.45 | 206.75 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 172 | 0.76 | 0.99 | 0 | 0.33 | 254.04 | 0.99 | 0.34 |
| Hex | 29 | 1 | AC | 4C | 63 | 0 | 21 | FE | 63 | 22 |
| Octal | 51 | 1 | 254 | 114 | 143 | 0 | 41 | 376 | 143 | 42 |
| Binary | 101001 | 1 | 10101100 | 1001100 | 1100011 | 0 | 100001 | 11111110 | 1100011 | 100010 |
Color Harmonies of #2901AC
Complementary color
Monochromatic Colors of #2901AC
Black with #2901AC
Text Example
Text Example
White with #2901AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2901AC; }
p { color: rgb(41,1,172); }
H1.HeaderClassName
{
color: #2901AC;
}
.AnyTagClassName
{
color: #2901AC;
}
</style>
background-color css
<style>
a { background-color: #2901AC; }
a { background-color: rgb(41,1,172); }
div.DivClassName
{
background-color: #2901AC;
}
.BgClassName
{
background-color: #2901AC;
}
</style>
border-color css
<style>
span { border-color: #2901AC; }
span { border-color: rgb(41,1,172); }
td.TdClassName
{
border-color: #2901AC;
}
.TagClassName
{
border-color: #2901AC;
}
</style>