Shades of Ultramarine #29199D
Tints of Ultramarine #29199D
RGB
CMYK
RGB Variations
Color information
#29199D (or 0x29199D) is known color: Ultramarine. HEX triplet: 29, 19 and 9D. RGB value is (41,25,157). Sum of RGB (Red+Green+Blue) = 41+25+157=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 157 (61.72% from 255 or 70.40% from 223); Max value from RGB is 157 - color contains mainly: blue. Hex color #29199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29199D is #D6E662. Grayscale: #2C2C2C. Windows color (decimal): -14083683 or 10295593. OLE color: 10295593.
HSL color Cylindrical-coordinate representation of color #29199D: hue angle of 247.27º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29199D is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 25 | 157 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.38 |
| HSL | 247.27º | 0.73% | 0.36% | - |
| HSV(B) | 247.27º | 0.84% | 0.62% | - |
| XYZ | 7.35 | 3.6 | 32.21 | - |
| YUV | 44.83 | 191.3 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 25 | 157 | 0.74 | 0.84 | 0 | 0.38 | 247.27 | 0.73 | 0.36 |
| Hex | 29 | 19 | 9D | 4A | 54 | 0 | 26 | F7 | 49 | 24 |
| Octal | 51 | 31 | 235 | 112 | 124 | 0 | 46 | 367 | 111 | 44 |
| Binary | 101001 | 11001 | 10011101 | 1001010 | 1010100 | 0 | 100110 | 11110111 | 1001001 | 100100 |
Color Harmonies of #29199D
Complementary color
Monochromatic Colors of #29199D
Black with #29199D
Text Example
Text Example
White with #29199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29199D; }
p { color: rgb(41,25,157); }
H1.HeaderClassName
{
color: #29199D;
}
.AnyTagClassName
{
color: #29199D;
}
</style>
background-color css
<style>
a { background-color: #29199D; }
a { background-color: rgb(41,25,157); }
div.DivClassName
{
background-color: #29199D;
}
.BgClassName
{
background-color: #29199D;
}
</style>
border-color css
<style>
span { border-color: #29199D; }
span { border-color: rgb(41,25,157); }
td.TdClassName
{
border-color: #29199D;
}
.TagClassName
{
border-color: #29199D;
}
</style>