Shades of Ultramarine #290992
Tints of Ultramarine #290992
RGB
CMYK
RGB Variations
Color information
#290992 (or 0x290992) is known color: Ultramarine. HEX triplet: 29, 09 and 92. RGB value is (41,9,146). Sum of RGB (Red+Green+Blue) = 41+9+146=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 146 (57.42% from 255 or 74.49% from 196); Max value from RGB is 146 - color contains mainly: blue. Hex color #290992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290992 is #D6F66D. Grayscale: #212121. Windows color (decimal): -14087790 or 9570601. OLE color: 9570601.
HSL color Cylindrical-coordinate representation of color #290992: hue angle of 254.01º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290992 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 9 | 146 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.43 |
| HSL | 254.01º | 0.88% | 0.3% | - |
| HSV(B) | 254.01º | 0.94% | 0.57% | - |
| XYZ | 6.2 | 2.74 | 27.4 | - |
| YUV | 34.19 | 191.1 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 9 | 146 | 0.72 | 0.94 | 0 | 0.43 | 254.01 | 0.88 | 0.3 |
| Hex | 29 | 9 | 92 | 48 | 5E | 0 | 2B | FE | 58 | 1E |
| Octal | 51 | 11 | 222 | 110 | 136 | 0 | 53 | 376 | 130 | 36 |
| Binary | 101001 | 1001 | 10010010 | 1001000 | 1011110 | 0 | 101011 | 11111110 | 1011000 | 11110 |
Color Harmonies of #290992
Complementary color
Monochromatic Colors of #290992
Black with #290992
Text Example
Text Example
White with #290992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290992; }
p { color: rgb(41,9,146); }
H1.HeaderClassName
{
color: #290992;
}
.AnyTagClassName
{
color: #290992;
}
</style>
background-color css
<style>
a { background-color: #290992; }
a { background-color: rgb(41,9,146); }
div.DivClassName
{
background-color: #290992;
}
.BgClassName
{
background-color: #290992;
}
</style>
border-color css
<style>
span { border-color: #290992; }
span { border-color: rgb(41,9,146); }
td.TdClassName
{
border-color: #290992;
}
.TagClassName
{
border-color: #290992;
}
</style>