Shades of Ultramarine #290099
Tints of Ultramarine #290099
RGB
CMYK
RGB Variations
Color information
#290099 (or 0x290099) is known color: Ultramarine. HEX triplet: 29, 00 and 99. RGB value is (41,0,153). Sum of RGB (Red+Green+Blue) = 41+0+153=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 153 (60.16% from 255 or 78.87% from 194); Max value from RGB is 153 - color contains mainly: blue. Hex color #290099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290099 is #D6FF66. Grayscale: #1D1D1D. Windows color (decimal): -14090087 or 10027049. OLE color: 10027049.
HSL color Cylindrical-coordinate representation of color #290099: hue angle of 256.08º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290099 is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 41 | 0 | 153 | - |
| CMYK | 0.73 | 1 | 0 | 0.4 |
| HSL | 256.08º | 1% | 0.3% | - |
| HSV(B) | 256.08º | 1% | 0.6% | - |
| XYZ | 6.66 | 2.77 | 30.32 | - |
| YUV | 29.7 | 197.58 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 0 | 153 | 0.73 | 1 | 0 | 0.4 | 256.08 | 1 | 0.3 |
| Hex | 29 | 0 | 99 | 49 | 64 | 0 | 28 | 100 | 64 | 1E |
| Octal | 51 | 0 | 231 | 111 | 144 | 0 | 50 | 400 | 144 | 36 |
| Binary | 101001 | 0 | 10011001 | 1001001 | 1100100 | 0 | 101000 | 100000000 | 1100100 | 11110 |
Color Harmonies of #290099
Complementary color
Monochromatic Colors of #290099
Black with #290099
Text Example
Text Example
White with #290099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290099; }
p { color: rgb(41,0,153); }
H1.HeaderClassName
{
color: #290099;
}
.AnyTagClassName
{
color: #290099;
}
</style>
background-color css
<style>
a { background-color: #290099; }
a { background-color: rgb(41,0,153); }
div.DivClassName
{
background-color: #290099;
}
.BgClassName
{
background-color: #290099;
}
</style>
border-color css
<style>
span { border-color: #290099; }
span { border-color: rgb(41,0,153); }
td.TdClassName
{
border-color: #290099;
}
.TagClassName
{
border-color: #290099;
}
</style>