Shades of Ultramarine #29009D
Tints of Ultramarine #29009D
RGB
CMYK
RGB Variations
Color information
#29009D (or 0x29009D) is known color: Ultramarine. HEX triplet: 29, 00 and 9D. RGB value is (41,0,157). Sum of RGB (Red+Green+Blue) = 41+0+157=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 157 (61.72% from 255 or 79.29% from 198); Max value from RGB is 157 - color contains mainly: blue. Hex color #29009D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29009D is #D6FF62. Grayscale: #1D1D1D. Windows color (decimal): -14090083 or 10289193. OLE color: 10289193.
HSL color Cylindrical-coordinate representation of color #29009D: hue angle of 255.67º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #29009D is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 0 | 157 | - |
| CMYK | 0.74 | 1 | 0 | 0.38 |
| HSL | 255.67º | 1% | 0.31% | - |
| HSV(B) | 255.67º | 1% | 0.62% | - |
| XYZ | 7 | 2.91 | 32.09 | - |
| YUV | 30.16 | 199.58 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 0 | 157 | 0.74 | 1 | 0 | 0.38 | 255.67 | 1 | 0.31 |
| Hex | 29 | 0 | 9D | 4A | 64 | 0 | 26 | 100 | 64 | 1F |
| Octal | 51 | 0 | 235 | 112 | 144 | 0 | 46 | 400 | 144 | 37 |
| Binary | 101001 | 0 | 10011101 | 1001010 | 1100100 | 0 | 100110 | 100000000 | 1100100 | 11111 |
Color Harmonies of #29009D
Complementary color
Monochromatic Colors of #29009D
Black with #29009D
Text Example
Text Example
White with #29009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29009D; }
p { color: rgb(41,0,157); }
H1.HeaderClassName
{
color: #29009D;
}
.AnyTagClassName
{
color: #29009D;
}
</style>
background-color css
<style>
a { background-color: #29009D; }
a { background-color: rgb(41,0,157); }
div.DivClassName
{
background-color: #29009D;
}
.BgClassName
{
background-color: #29009D;
}
</style>
border-color css
<style>
span { border-color: #29009D; }
span { border-color: rgb(41,0,157); }
td.TdClassName
{
border-color: #29009D;
}
.TagClassName
{
border-color: #29009D;
}
</style>