Shades of Ultramarine #290198
Tints of Ultramarine #290198
RGB
CMYK
RGB Variations
Color information
#290198 (or 0x290198) is known color: Ultramarine. HEX triplet: 29, 01 and 98. RGB value is (41,1,152). Sum of RGB (Red+Green+Blue) = 41+1+152=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 152 (59.77% from 255 or 78.35% from 194); Max value from RGB is 152 - color contains mainly: blue. Hex color #290198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290198 is #D6FE67. Grayscale: #1D1D1D. Windows color (decimal): -14089832 or 9961769. OLE color: 9961769.
HSL color Cylindrical-coordinate representation of color #290198: hue angle of 255.89º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #290198 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 1 | 152 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.40 |
| HSL | 255.89º | 0.99% | 0.3% | - |
| HSV(B) | 255.89º | 0.99% | 0.6% | - |
| XYZ | 6.59 | 2.76 | 29.89 | - |
| YUV | 30.17 | 196.75 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 152 | 0.73 | 0.99 | 0 | 0.40 | 255.89 | 0.99 | 0.3 |
| Hex | 29 | 1 | 98 | 49 | 63 | 0 | 28 | 100 | 63 | 1E |
| Octal | 51 | 1 | 230 | 111 | 143 | 0 | 50 | 400 | 143 | 36 |
| Binary | 101001 | 1 | 10011000 | 1001001 | 1100011 | 0 | 101000 | 100000000 | 1100011 | 11110 |
Color Harmonies of #290198
Complementary color
Monochromatic Colors of #290198
Black with #290198
Text Example
Text Example
White with #290198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290198; }
p { color: rgb(41,1,152); }
H1.HeaderClassName
{
color: #290198;
}
.AnyTagClassName
{
color: #290198;
}
</style>
background-color css
<style>
a { background-color: #290198; }
a { background-color: rgb(41,1,152); }
div.DivClassName
{
background-color: #290198;
}
.BgClassName
{
background-color: #290198;
}
</style>
border-color css
<style>
span { border-color: #290198; }
span { border-color: rgb(41,1,152); }
td.TdClassName
{
border-color: #290198;
}
.TagClassName
{
border-color: #290198;
}
</style>