Shades of Ultramarine #29089C
Tints of Ultramarine #29089C
RGB
CMYK
RGB Variations
Color information
#29089C (or 0x29089C) is known color: Ultramarine. HEX triplet: 29, 08 and 9C. RGB value is (41,8,156). Sum of RGB (Red+Green+Blue) = 41+8+156=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 156 (61.33% from 255 or 76.10% from 205); Max value from RGB is 156 - color contains mainly: blue. Hex color #29089C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29089C is #D6F763. Grayscale: #222222. Windows color (decimal): -14088036 or 10225705. OLE color: 10225705.
HSL color Cylindrical-coordinate representation of color #29089C: hue angle of 253.38º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #29089C is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 8 | 156 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.39 |
| HSL | 253.38º | 0.9% | 0.32% | - |
| HSV(B) | 253.38º | 0.95% | 0.61% | - |
| XYZ | 7 | 3.05 | 31.67 | - |
| YUV | 34.74 | 196.43 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 8 | 156 | 0.74 | 0.95 | 0 | 0.39 | 253.38 | 0.9 | 0.32 |
| Hex | 29 | 8 | 9C | 4A | 5F | 0 | 27 | FD | 5A | 20 |
| Octal | 51 | 10 | 234 | 112 | 137 | 0 | 47 | 375 | 132 | 40 |
| Binary | 101001 | 1000 | 10011100 | 1001010 | 1011111 | 0 | 100111 | 11111101 | 1011010 | 100000 |
Color Harmonies of #29089C
Complementary color
Monochromatic Colors of #29089C
Black with #29089C
Text Example
Text Example
White with #29089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29089C; }
p { color: rgb(41,8,156); }
H1.HeaderClassName
{
color: #29089C;
}
.AnyTagClassName
{
color: #29089C;
}
</style>
background-color css
<style>
a { background-color: #29089C; }
a { background-color: rgb(41,8,156); }
div.DivClassName
{
background-color: #29089C;
}
.BgClassName
{
background-color: #29089C;
}
</style>
border-color css
<style>
span { border-color: #29089C; }
span { border-color: rgb(41,8,156); }
td.TdClassName
{
border-color: #29089C;
}
.TagClassName
{
border-color: #29089C;
}
</style>