Shades of Ultramarine #29089A
Tints of Ultramarine #29089A
RGB
CMYK
RGB Variations
Color information
#29089A (or 0x29089A) is known color: Ultramarine. HEX triplet: 29, 08 and 9A. RGB value is (41,8,154). Sum of RGB (Red+Green+Blue) = 41+8+154=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 154 (60.55% from 255 or 75.86% from 203); Max value from RGB is 154 - color contains mainly: blue. Hex color #29089A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29089A is #D6F765. Grayscale: #212121. Windows color (decimal): -14088038 or 10094633. OLE color: 10094633.
HSL color Cylindrical-coordinate representation of color #29089A: hue angle of 253.56º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #29089A is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 8 | 154 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.40 |
| HSL | 253.56º | 0.9% | 0.32% | - |
| HSV(B) | 253.56º | 0.95% | 0.6% | - |
| XYZ | 6.83 | 2.98 | 30.79 | - |
| YUV | 34.51 | 195.43 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 8 | 154 | 0.73 | 0.95 | 0 | 0.40 | 253.56 | 0.9 | 0.32 |
| Hex | 29 | 8 | 9A | 49 | 5F | 0 | 28 | FE | 5A | 20 |
| Octal | 51 | 10 | 232 | 111 | 137 | 0 | 50 | 376 | 132 | 40 |
| Binary | 101001 | 1000 | 10011010 | 1001001 | 1011111 | 0 | 101000 | 11111110 | 1011010 | 100000 |
Color Harmonies of #29089A
Complementary color
Monochromatic Colors of #29089A
Black with #29089A
Text Example
Text Example
White with #29089A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29089A; }
p { color: rgb(41,8,154); }
H1.HeaderClassName
{
color: #29089A;
}
.AnyTagClassName
{
color: #29089A;
}
</style>
background-color css
<style>
a { background-color: #29089A; }
a { background-color: rgb(41,8,154); }
div.DivClassName
{
background-color: #29089A;
}
.BgClassName
{
background-color: #29089A;
}
</style>
border-color css
<style>
span { border-color: #29089A; }
span { border-color: rgb(41,8,154); }
td.TdClassName
{
border-color: #29089A;
}
.TagClassName
{
border-color: #29089A;
}
</style>