Shades of Ultramarine #29019A
Tints of Ultramarine #29019A
RGB
CMYK
RGB Variations
Color information
#29019A (or 0x29019A) is known color: Ultramarine. HEX triplet: 29, 01 and 9A. RGB value is (41,1,154). Sum of RGB (Red+Green+Blue) = 41+1+154=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 154 (60.55% from 255 or 78.57% from 196); Max value from RGB is 154 - color contains mainly: blue. Hex color #29019A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29019A is #D6FE65. Grayscale: #1D1D1D. Windows color (decimal): -14089830 or 10092841. OLE color: 10092841.
HSL color Cylindrical-coordinate representation of color #29019A: hue angle of 255.69º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #29019A is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 1 | 154 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.40 |
| HSL | 255.69º | 0.99% | 0.3% | - |
| HSV(B) | 255.69º | 0.99% | 0.6% | - |
| XYZ | 6.76 | 2.83 | 30.76 | - |
| YUV | 30.4 | 197.75 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 154 | 0.73 | 0.99 | 0 | 0.40 | 255.69 | 0.99 | 0.3 |
| Hex | 29 | 1 | 9A | 49 | 63 | 0 | 28 | 100 | 63 | 1E |
| Octal | 51 | 1 | 232 | 111 | 143 | 0 | 50 | 400 | 143 | 36 |
| Binary | 101001 | 1 | 10011010 | 1001001 | 1100011 | 0 | 101000 | 100000000 | 1100011 | 11110 |
Color Harmonies of #29019A
Complementary color
Monochromatic Colors of #29019A
Black with #29019A
Text Example
Text Example
White with #29019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29019A; }
p { color: rgb(41,1,154); }
H1.HeaderClassName
{
color: #29019A;
}
.AnyTagClassName
{
color: #29019A;
}
</style>
background-color css
<style>
a { background-color: #29019A; }
a { background-color: rgb(41,1,154); }
div.DivClassName
{
background-color: #29019A;
}
.BgClassName
{
background-color: #29019A;
}
</style>
border-color css
<style>
span { border-color: #29019A; }
span { border-color: rgb(41,1,154); }
td.TdClassName
{
border-color: #29019A;
}
.TagClassName
{
border-color: #29019A;
}
</style>