Shades of Ultramarine #291E96
Tints of Ultramarine #291E96
RGB
CMYK
RGB Variations
Color information
#291E96 (or 0x291E96) is known color: Ultramarine. HEX triplet: 29, 1E and 96. RGB value is (41,30,150). Sum of RGB (Red+Green+Blue) = 41+30+150=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 150 (58.98% from 255 or 67.87% from 221); Max value from RGB is 150 - color contains mainly: blue. Hex color #291E96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291E96 is #D6E169. Grayscale: #2E2E2E. Windows color (decimal): -14082410 or 9838121. OLE color: 9838121.
HSL color Cylindrical-coordinate representation of color #291E96: hue angle of 245.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #291E96 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 30 | 150 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.41 |
| HSL | 245.5º | 0.67% | 0.35% | - |
| HSV(B) | 245.5º | 0.8% | 0.59% | - |
| XYZ | 6.88 | 3.6 | 29.19 | - |
| YUV | 46.97 | 186.14 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 30 | 150 | 0.73 | 0.80 | 0 | 0.41 | 245.5 | 0.67 | 0.35 |
| Hex | 29 | 1E | 96 | 49 | 50 | 0 | 29 | F6 | 43 | 23 |
| Octal | 51 | 36 | 226 | 111 | 120 | 0 | 51 | 366 | 103 | 43 |
| Binary | 101001 | 11110 | 10010110 | 1001001 | 1010000 | 0 | 101001 | 11110110 | 1000011 | 100011 |
Color Harmonies of #291E96
Complementary color
Monochromatic Colors of #291E96
Black with #291E96
Text Example
Text Example
White with #291E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291E96; }
p { color: rgb(41,30,150); }
H1.HeaderClassName
{
color: #291E96;
}
.AnyTagClassName
{
color: #291E96;
}
</style>
background-color css
<style>
a { background-color: #291E96; }
a { background-color: rgb(41,30,150); }
div.DivClassName
{
background-color: #291E96;
}
.BgClassName
{
background-color: #291E96;
}
</style>
border-color css
<style>
span { border-color: #291E96; }
span { border-color: rgb(41,30,150); }
td.TdClassName
{
border-color: #291E96;
}
.TagClassName
{
border-color: #291E96;
}
</style>