Shades of Ultramarine #29089D
Tints of Ultramarine #29089D
RGB
CMYK
RGB Variations
Color information
#29089D (or 0x29089D) is known color: Ultramarine. HEX triplet: 29, 08 and 9D. RGB value is (41,8,157). Sum of RGB (Red+Green+Blue) = 41+8+157=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 157 (61.72% from 255 or 76.21% from 206); Max value from RGB is 157 - color contains mainly: blue. Hex color #29089D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29089D is #D6F762. Grayscale: #222222. Windows color (decimal): -14088035 or 10291241. OLE color: 10291241.
HSL color Cylindrical-coordinate representation of color #29089D: hue angle of 253.29º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #29089D is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 8 | 157 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.38 |
| HSL | 253.29º | 0.9% | 0.32% | - |
| HSV(B) | 253.29º | 0.95% | 0.62% | - |
| XYZ | 7.09 | 3.08 | 32.12 | - |
| YUV | 34.85 | 196.93 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 8 | 157 | 0.74 | 0.95 | 0 | 0.38 | 253.29 | 0.9 | 0.32 |
| Hex | 29 | 8 | 9D | 4A | 5F | 0 | 26 | FD | 5A | 20 |
| Octal | 51 | 10 | 235 | 112 | 137 | 0 | 46 | 375 | 132 | 40 |
| Binary | 101001 | 1000 | 10011101 | 1001010 | 1011111 | 0 | 100110 | 11111101 | 1011010 | 100000 |
Color Harmonies of #29089D
Complementary color
Monochromatic Colors of #29089D
Black with #29089D
Text Example
Text Example
White with #29089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29089D; }
p { color: rgb(41,8,157); }
H1.HeaderClassName
{
color: #29089D;
}
.AnyTagClassName
{
color: #29089D;
}
</style>
background-color css
<style>
a { background-color: #29089D; }
a { background-color: rgb(41,8,157); }
div.DivClassName
{
background-color: #29089D;
}
.BgClassName
{
background-color: #29089D;
}
</style>
border-color css
<style>
span { border-color: #29089D; }
span { border-color: rgb(41,8,157); }
td.TdClassName
{
border-color: #29089D;
}
.TagClassName
{
border-color: #29089D;
}
</style>