Shades of Ultramarine #290692
Tints of Ultramarine #290692
RGB
CMYK
RGB Variations
Color information
#290692 (or 0x290692) is known color: Ultramarine. HEX triplet: 29, 06 and 92. RGB value is (41,6,146). Sum of RGB (Red+Green+Blue) = 41+6+146=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 146 (57.42% from 255 or 75.65% from 193); Max value from RGB is 146 - color contains mainly: blue. Hex color #290692 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290692 is #D6F96D. Grayscale: #1F1F1F. Windows color (decimal): -14088558 or 9569833. OLE color: 9569833.
HSL color Cylindrical-coordinate representation of color #290692: hue angle of 255º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #290692 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 6 | 146 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.43 |
| HSL | 255º | 0.92% | 0.3% | - |
| HSV(B) | 255º | 0.96% | 0.57% | - |
| XYZ | 6.17 | 2.68 | 27.39 | - |
| YUV | 32.43 | 192.1 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 6 | 146 | 0.72 | 0.96 | 0 | 0.43 | 255 | 0.92 | 0.3 |
| Hex | 29 | 6 | 92 | 48 | 60 | 0 | 2B | FF | 5C | 1E |
| Octal | 51 | 6 | 222 | 110 | 140 | 0 | 53 | 377 | 134 | 36 |
| Binary | 101001 | 110 | 10010010 | 1001000 | 1100000 | 0 | 101011 | 11111111 | 1011100 | 11110 |
Color Harmonies of #290692
Complementary color
Monochromatic Colors of #290692
Black with #290692
Text Example
Text Example
White with #290692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290692; }
p { color: rgb(41,6,146); }
H1.HeaderClassName
{
color: #290692;
}
.AnyTagClassName
{
color: #290692;
}
</style>
background-color css
<style>
a { background-color: #290692; }
a { background-color: rgb(41,6,146); }
div.DivClassName
{
background-color: #290692;
}
.BgClassName
{
background-color: #290692;
}
</style>
border-color css
<style>
span { border-color: #290692; }
span { border-color: rgb(41,6,146); }
td.TdClassName
{
border-color: #290692;
}
.TagClassName
{
border-color: #290692;
}
</style>