Shades of Ultramarine #2900AB
Tints of Ultramarine #2900AB
RGB
CMYK
RGB Variations
Color information
#2900AB (or 0x2900AB) is known color: Ultramarine. HEX triplet: 29, 00 and AB. RGB value is (41,0,171). Sum of RGB (Red+Green+Blue) = 41+0+171=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 171 (67.19% from 255 or 80.66% from 212); Max value from RGB is 171 - color contains mainly: blue. Hex color #2900AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2900AB is #D6FF54. Grayscale: #1F1F1F. Windows color (decimal): -14090069 or 11206697. OLE color: 11206697.
HSL color Cylindrical-coordinate representation of color #2900AB: hue angle of 254.39º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2900AB is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 0 | 171 | - |
| CMYK | 0.76 | 1 | 0 | 0.33 |
| HSL | 254.39º | 1% | 0.34% | - |
| HSV(B) | 254.39º | 1% | 0.67% | - |
| XYZ | 8.27 | 3.41 | 38.75 | - |
| YUV | 31.75 | 206.58 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 0 | 171 | 0.76 | 1 | 0 | 0.33 | 254.39 | 1 | 0.34 |
| Hex | 29 | 0 | AB | 4C | 64 | 0 | 21 | FE | 64 | 22 |
| Octal | 51 | 0 | 253 | 114 | 144 | 0 | 41 | 376 | 144 | 42 |
| Binary | 101001 | 0 | 10101011 | 1001100 | 1100100 | 0 | 100001 | 11111110 | 1100100 | 100010 |
Color Harmonies of #2900AB
Complementary color
Monochromatic Colors of #2900AB
Black with #2900AB
Text Example
Text Example
White with #2900AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2900AB; }
p { color: rgb(41,0,171); }
H1.HeaderClassName
{
color: #2900AB;
}
.AnyTagClassName
{
color: #2900AB;
}
</style>
background-color css
<style>
a { background-color: #2900AB; }
a { background-color: rgb(41,0,171); }
div.DivClassName
{
background-color: #2900AB;
}
.BgClassName
{
background-color: #2900AB;
}
</style>
border-color css
<style>
span { border-color: #2900AB; }
span { border-color: rgb(41,0,171); }
td.TdClassName
{
border-color: #2900AB;
}
.TagClassName
{
border-color: #2900AB;
}
</style>