Shades of Ultramarine #291999
Tints of Ultramarine #291999
RGB
CMYK
RGB Variations
Color information
#291999 (or 0x291999) is known color: Ultramarine. HEX triplet: 29, 19 and 99. RGB value is (41,25,153). Sum of RGB (Red+Green+Blue) = 41+25+153=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 153 (60.16% from 255 or 69.86% from 219); Max value from RGB is 153 - color contains mainly: blue. Hex color #291999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291999 is #D6E666. Grayscale: #2B2B2B. Windows color (decimal): -14083687 or 10033449. OLE color: 10033449.
HSL color Cylindrical-coordinate representation of color #291999: hue angle of 247.5º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #291999 is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 41 | 25 | 153 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.4 |
| HSL | 247.5º | 0.72% | 0.35% | - |
| HSV(B) | 247.5º | 0.84% | 0.6% | - |
| XYZ | 7.01 | 3.47 | 30.44 | - |
| YUV | 44.38 | 189.3 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 25 | 153 | 0.73 | 0.84 | 0 | 0.4 | 247.5 | 0.72 | 0.35 |
| Hex | 29 | 19 | 99 | 49 | 54 | 0 | 28 | F8 | 48 | 23 |
| Octal | 51 | 31 | 231 | 111 | 124 | 0 | 50 | 370 | 110 | 43 |
| Binary | 101001 | 11001 | 10011001 | 1001001 | 1010100 | 0 | 101000 | 11111000 | 1001000 | 100011 |
Color Harmonies of #291999
Complementary color
Monochromatic Colors of #291999
Black with #291999
Text Example
Text Example
White with #291999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291999; }
p { color: rgb(41,25,153); }
H1.HeaderClassName
{
color: #291999;
}
.AnyTagClassName
{
color: #291999;
}
</style>
background-color css
<style>
a { background-color: #291999; }
a { background-color: rgb(41,25,153); }
div.DivClassName
{
background-color: #291999;
}
.BgClassName
{
background-color: #291999;
}
</style>
border-color css
<style>
span { border-color: #291999; }
span { border-color: rgb(41,25,153); }
td.TdClassName
{
border-color: #291999;
}
.TagClassName
{
border-color: #291999;
}
</style>