Shades of Ultramarine #29119A
Tints of Ultramarine #29119A
RGB
CMYK
RGB Variations
Color information
#29119A (or 0x29119A) is known color: Ultramarine. HEX triplet: 29, 11 and 9A. RGB value is (41,17,154). Sum of RGB (Red+Green+Blue) = 41+17+154=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 154 (60.55% from 255 or 72.64% from 212); Max value from RGB is 154 - color contains mainly: blue. Hex color #29119A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29119A is #D6EE65. Grayscale: #272727. Windows color (decimal): -14085734 or 10096937. OLE color: 10096937.
HSL color Cylindrical-coordinate representation of color #29119A: hue angle of 250.51º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #29119A is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 17 | 154 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.40 |
| HSL | 250.51º | 0.8% | 0.34% | - |
| HSV(B) | 250.51º | 0.89% | 0.6% | - |
| XYZ | 6.95 | 3.21 | 30.82 | - |
| YUV | 39.79 | 192.45 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 17 | 154 | 0.73 | 0.89 | 0 | 0.40 | 250.51 | 0.8 | 0.34 |
| Hex | 29 | 11 | 9A | 49 | 59 | 0 | 28 | FB | 50 | 22 |
| Octal | 51 | 21 | 232 | 111 | 131 | 0 | 50 | 373 | 120 | 42 |
| Binary | 101001 | 10001 | 10011010 | 1001001 | 1011001 | 0 | 101000 | 11111011 | 1010000 | 100010 |
Color Harmonies of #29119A
Complementary color
Monochromatic Colors of #29119A
Black with #29119A
Text Example
Text Example
White with #29119A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29119A; }
p { color: rgb(41,17,154); }
H1.HeaderClassName
{
color: #29119A;
}
.AnyTagClassName
{
color: #29119A;
}
</style>
background-color css
<style>
a { background-color: #29119A; }
a { background-color: rgb(41,17,154); }
div.DivClassName
{
background-color: #29119A;
}
.BgClassName
{
background-color: #29119A;
}
</style>
border-color css
<style>
span { border-color: #29119A; }
span { border-color: rgb(41,17,154); }
td.TdClassName
{
border-color: #29119A;
}
.TagClassName
{
border-color: #29119A;
}
</style>