Shades of Ultramarine #291996
Tints of Ultramarine #291996
RGB
CMYK
RGB Variations
Color information
#291996 (or 0x291996) is known color: Ultramarine. HEX triplet: 29, 19 and 96. RGB value is (41,25,150). Sum of RGB (Red+Green+Blue) = 41+25+150=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 150 (58.98% from 255 or 69.44% from 216); Max value from RGB is 150 - color contains mainly: blue. Hex color #291996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291996 is #D6E669. Grayscale: #2B2B2B. Windows color (decimal): -14083690 or 9836841. OLE color: 9836841.
HSL color Cylindrical-coordinate representation of color #291996: hue angle of 247.68º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #291996 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 25 | 150 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.41 |
| HSL | 247.68º | 0.71% | 0.34% | - |
| HSV(B) | 247.68º | 0.83% | 0.59% | - |
| XYZ | 6.77 | 3.37 | 29.15 | - |
| YUV | 44.03 | 187.8 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 25 | 150 | 0.73 | 0.83 | 0 | 0.41 | 247.68 | 0.71 | 0.34 |
| Hex | 29 | 19 | 96 | 49 | 53 | 0 | 29 | F8 | 47 | 22 |
| Octal | 51 | 31 | 226 | 111 | 123 | 0 | 51 | 370 | 107 | 42 |
| Binary | 101001 | 11001 | 10010110 | 1001001 | 1010011 | 0 | 101001 | 11111000 | 1000111 | 100010 |
Color Harmonies of #291996
Complementary color
Monochromatic Colors of #291996
Black with #291996
Text Example
Text Example
White with #291996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291996; }
p { color: rgb(41,25,150); }
H1.HeaderClassName
{
color: #291996;
}
.AnyTagClassName
{
color: #291996;
}
</style>
background-color css
<style>
a { background-color: #291996; }
a { background-color: rgb(41,25,150); }
div.DivClassName
{
background-color: #291996;
}
.BgClassName
{
background-color: #291996;
}
</style>
border-color css
<style>
span { border-color: #291996; }
span { border-color: rgb(41,25,150); }
td.TdClassName
{
border-color: #291996;
}
.TagClassName
{
border-color: #291996;
}
</style>