Shades of Ultramarine #29019D
Tints of Ultramarine #29019D
RGB
CMYK
RGB Variations
Color information
#29019D (or 0x29019D) is known color: Ultramarine. HEX triplet: 29, 01 and 9D. RGB value is (41,1,157). Sum of RGB (Red+Green+Blue) = 41+1+157=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 157 (61.72% from 255 or 78.89% from 199); Max value from RGB is 157 - color contains mainly: blue. Hex color #29019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29019D is #D6FE62. Grayscale: #1E1E1E. Windows color (decimal): -14089827 or 10289449. OLE color: 10289449.
HSL color Cylindrical-coordinate representation of color #29019D: hue angle of 255.38º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #29019D is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 1 | 157 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.38 |
| HSL | 255.38º | 0.99% | 0.31% | - |
| HSV(B) | 255.38º | 0.99% | 0.62% | - |
| XYZ | 7.01 | 2.93 | 32.09 | - |
| YUV | 30.74 | 199.25 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 157 | 0.74 | 0.99 | 0 | 0.38 | 255.38 | 0.99 | 0.31 |
| Hex | 29 | 1 | 9D | 4A | 63 | 0 | 26 | FF | 63 | 1F |
| Octal | 51 | 1 | 235 | 112 | 143 | 0 | 46 | 377 | 143 | 37 |
| Binary | 101001 | 1 | 10011101 | 1001010 | 1100011 | 0 | 100110 | 11111111 | 1100011 | 11111 |
Color Harmonies of #29019D
Complementary color
Monochromatic Colors of #29019D
Black with #29019D
Text Example
Text Example
White with #29019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29019D; }
p { color: rgb(41,1,157); }
H1.HeaderClassName
{
color: #29019D;
}
.AnyTagClassName
{
color: #29019D;
}
</style>
background-color css
<style>
a { background-color: #29019D; }
a { background-color: rgb(41,1,157); }
div.DivClassName
{
background-color: #29019D;
}
.BgClassName
{
background-color: #29019D;
}
</style>
border-color css
<style>
span { border-color: #29019D; }
span { border-color: rgb(41,1,157); }
td.TdClassName
{
border-color: #29019D;
}
.TagClassName
{
border-color: #29019D;
}
</style>