Shades of Ultramarine #290DAA
Tints of Ultramarine #290DAA
RGB
CMYK
RGB Variations
Color information
#290DAA (or 0x290DAA) is known color: Ultramarine. HEX triplet: 29, 0D and AA. RGB value is (41,13,170). Sum of RGB (Red+Green+Blue) = 41+13+170=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 170 (66.80% from 255 or 75.89% from 224); Max value from RGB is 170 - color contains mainly: blue. Hex color #290DAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290DAA is #D6F255. Grayscale: #262626. Windows color (decimal): -14086742 or 11144489. OLE color: 11144489.
HSL color Cylindrical-coordinate representation of color #290DAA: hue angle of 250.7º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #290DAA is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 13 | 170 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.33 |
| HSL | 250.7º | 0.86% | 0.36% | - |
| HSV(B) | 250.7º | 0.92% | 0.67% | - |
| XYZ | 8.31 | 3.66 | 38.3 | - |
| YUV | 39.27 | 201.78 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 13 | 170 | 0.76 | 0.92 | 0 | 0.33 | 250.7 | 0.86 | 0.36 |
| Hex | 29 | D | AA | 4C | 5C | 0 | 21 | FB | 56 | 24 |
| Octal | 51 | 15 | 252 | 114 | 134 | 0 | 41 | 373 | 126 | 44 |
| Binary | 101001 | 1101 | 10101010 | 1001100 | 1011100 | 0 | 100001 | 11111011 | 1010110 | 100100 |
Color Harmonies of #290DAA
Complementary color
Monochromatic Colors of #290DAA
Black with #290DAA
Text Example
Text Example
White with #290DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290DAA; }
p { color: rgb(41,13,170); }
H1.HeaderClassName
{
color: #290DAA;
}
.AnyTagClassName
{
color: #290DAA;
}
</style>
background-color css
<style>
a { background-color: #290DAA; }
a { background-color: rgb(41,13,170); }
div.DivClassName
{
background-color: #290DAA;
}
.BgClassName
{
background-color: #290DAA;
}
</style>
border-color css
<style>
span { border-color: #290DAA; }
span { border-color: rgb(41,13,170); }
td.TdClassName
{
border-color: #290DAA;
}
.TagClassName
{
border-color: #290DAA;
}
</style>