Shades of Ultramarine #290BAA
Tints of Ultramarine #290BAA
RGB
CMYK
RGB Variations
Color information
#290BAA (or 0x290BAA) is known color: Ultramarine. HEX triplet: 29, 0B and AA. RGB value is (41,11,170). Sum of RGB (Red+Green+Blue) = 41+11+170=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 170 (66.80% from 255 or 76.58% from 222); Max value from RGB is 170 - color contains mainly: blue. Hex color #290BAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290BAA is #D6F455. Grayscale: #252525. Windows color (decimal): -14087254 or 11143977. OLE color: 11143977.
HSL color Cylindrical-coordinate representation of color #290BAA: hue angle of 251.32º degrees, saturation: 0.88, 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 #290BAA is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 11 | 170 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.33 |
| HSL | 251.32º | 0.88% | 0.35% | - |
| HSV(B) | 251.32º | 0.94% | 0.67% | - |
| XYZ | 8.29 | 3.61 | 38.29 | - |
| YUV | 38.1 | 202.44 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 170 | 0.76 | 0.94 | 0 | 0.33 | 251.32 | 0.88 | 0.35 |
| Hex | 29 | B | AA | 4C | 5E | 0 | 21 | FB | 58 | 23 |
| Octal | 51 | 13 | 252 | 114 | 136 | 0 | 41 | 373 | 130 | 43 |
| Binary | 101001 | 1011 | 10101010 | 1001100 | 1011110 | 0 | 100001 | 11111011 | 1011000 | 100011 |
Color Harmonies of #290BAA
Complementary color
Monochromatic Colors of #290BAA
Black with #290BAA
Text Example
Text Example
White with #290BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290BAA; }
p { color: rgb(41,11,170); }
H1.HeaderClassName
{
color: #290BAA;
}
.AnyTagClassName
{
color: #290BAA;
}
</style>
background-color css
<style>
a { background-color: #290BAA; }
a { background-color: rgb(41,11,170); }
div.DivClassName
{
background-color: #290BAA;
}
.BgClassName
{
background-color: #290BAA;
}
</style>
border-color css
<style>
span { border-color: #290BAA; }
span { border-color: rgb(41,11,170); }
td.TdClassName
{
border-color: #290BAA;
}
.TagClassName
{
border-color: #290BAA;
}
</style>