Shades of Ultramarine #29089E
Tints of Ultramarine #29089E
RGB
CMYK
RGB Variations
Color information
#29089E (or 0x29089E) is known color: Ultramarine. HEX triplet: 29, 08 and 9E. RGB value is (41,8,158). Sum of RGB (Red+Green+Blue) = 41+8+158=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 158 (62.11% from 255 or 76.33% from 207); Max value from RGB is 158 - color contains mainly: blue. Hex color #29089E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29089E is #D6F761. Grayscale: #222222. Windows color (decimal): -14088034 or 10356777. OLE color: 10356777.
HSL color Cylindrical-coordinate representation of color #29089E: hue angle of 253.2º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #29089E is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 8 | 158 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.38 |
| HSL | 253.2º | 0.9% | 0.33% | - |
| HSV(B) | 253.2º | 0.95% | 0.62% | - |
| XYZ | 7.17 | 3.11 | 32.57 | - |
| YUV | 34.97 | 197.43 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 8 | 158 | 0.74 | 0.95 | 0 | 0.38 | 253.2 | 0.9 | 0.33 |
| Hex | 29 | 8 | 9E | 4A | 5F | 0 | 26 | FD | 5A | 21 |
| Octal | 51 | 10 | 236 | 112 | 137 | 0 | 46 | 375 | 132 | 41 |
| Binary | 101001 | 1000 | 10011110 | 1001010 | 1011111 | 0 | 100110 | 11111101 | 1011010 | 100001 |
Color Harmonies of #29089E
Complementary color
Monochromatic Colors of #29089E
Black with #29089E
Text Example
Text Example
White with #29089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29089E; }
p { color: rgb(41,8,158); }
H1.HeaderClassName
{
color: #29089E;
}
.AnyTagClassName
{
color: #29089E;
}
</style>
background-color css
<style>
a { background-color: #29089E; }
a { background-color: rgb(41,8,158); }
div.DivClassName
{
background-color: #29089E;
}
.BgClassName
{
background-color: #29089E;
}
</style>
border-color css
<style>
span { border-color: #29089E; }
span { border-color: rgb(41,8,158); }
td.TdClassName
{
border-color: #29089E;
}
.TagClassName
{
border-color: #29089E;
}
</style>