Shades of Ultramarine #291A99
Tints of Ultramarine #291A99
RGB
CMYK
RGB Variations
Color information
#291A99 (or 0x291A99) is known color: Ultramarine. HEX triplet: 29, 1A and 99. RGB value is (41,26,153). Sum of RGB (Red+Green+Blue) = 41+26+153=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 153 (60.16% from 255 or 69.55% from 220); Max value from RGB is 153 - color contains mainly: blue. Hex color #291A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291A99 is #D6E566. Grayscale: #2C2C2C. Windows color (decimal): -14083431 or 10033705. OLE color: 10033705.
HSL color Cylindrical-coordinate representation of color #291A99: hue angle of 247.09º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #291A99 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 41 | 26 | 153 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.4 |
| HSL | 247.09º | 0.71% | 0.35% | - |
| HSV(B) | 247.09º | 0.83% | 0.6% | - |
| XYZ | 7.03 | 3.51 | 30.44 | - |
| YUV | 44.96 | 188.97 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 26 | 153 | 0.73 | 0.83 | 0 | 0.4 | 247.09 | 0.71 | 0.35 |
| Hex | 29 | 1A | 99 | 49 | 53 | 0 | 28 | F7 | 47 | 23 |
| Octal | 51 | 32 | 231 | 111 | 123 | 0 | 50 | 367 | 107 | 43 |
| Binary | 101001 | 11010 | 10011001 | 1001001 | 1010011 | 0 | 101000 | 11110111 | 1000111 | 100011 |
Color Harmonies of #291A99
Complementary color
Monochromatic Colors of #291A99
Black with #291A99
Text Example
Text Example
White with #291A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291A99; }
p { color: rgb(41,26,153); }
H1.HeaderClassName
{
color: #291A99;
}
.AnyTagClassName
{
color: #291A99;
}
</style>
background-color css
<style>
a { background-color: #291A99; }
a { background-color: rgb(41,26,153); }
div.DivClassName
{
background-color: #291A99;
}
.BgClassName
{
background-color: #291A99;
}
</style>
border-color css
<style>
span { border-color: #291A99; }
span { border-color: rgb(41,26,153); }
td.TdClassName
{
border-color: #291A99;
}
.TagClassName
{
border-color: #291A99;
}
</style>