Shades of Ultramarine #290BAE
Tints of Ultramarine #290BAE
RGB
CMYK
RGB Variations
Color information
#290BAE (or 0x290BAE) is known color: Ultramarine. HEX triplet: 29, 0B and AE. RGB value is (41,11,174). Sum of RGB (Red+Green+Blue) = 41+11+174=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 174 (68.36% from 255 or 76.99% from 226); Max value from RGB is 174 - color contains mainly: blue. Hex color #290BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290BAE is #D6F451. Grayscale: #252525. Windows color (decimal): -14087250 or 11406121. OLE color: 11406121.
HSL color Cylindrical-coordinate representation of color #290BAE: hue angle of 251.04º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290BAE is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 11 | 174 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.32 |
| HSL | 251.04º | 0.88% | 0.36% | - |
| HSV(B) | 251.04º | 0.94% | 0.68% | - |
| XYZ | 8.67 | 3.77 | 40.31 | - |
| YUV | 38.55 | 204.44 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 174 | 0.76 | 0.94 | 0 | 0.32 | 251.04 | 0.88 | 0.36 |
| Hex | 29 | B | AE | 4C | 5E | 0 | 20 | FB | 58 | 24 |
| Octal | 51 | 13 | 256 | 114 | 136 | 0 | 40 | 373 | 130 | 44 |
| Binary | 101001 | 1011 | 10101110 | 1001100 | 1011110 | 0 | 100000 | 11111011 | 1011000 | 100100 |
Color Harmonies of #290BAE
Complementary color
Monochromatic Colors of #290BAE
Black with #290BAE
Text Example
Text Example
White with #290BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290BAE; }
p { color: rgb(41,11,174); }
H1.HeaderClassName
{
color: #290BAE;
}
.AnyTagClassName
{
color: #290BAE;
}
</style>
background-color css
<style>
a { background-color: #290BAE; }
a { background-color: rgb(41,11,174); }
div.DivClassName
{
background-color: #290BAE;
}
.BgClassName
{
background-color: #290BAE;
}
</style>
border-color css
<style>
span { border-color: #290BAE; }
span { border-color: rgb(41,11,174); }
td.TdClassName
{
border-color: #290BAE;
}
.TagClassName
{
border-color: #290BAE;
}
</style>