Shades of Ultramarine #290C98
Tints of Ultramarine #290C98
RGB
CMYK
RGB Variations
Color information
#290C98 (or 0x290C98) is known color: Ultramarine. HEX triplet: 29, 0C and 98. RGB value is (41,12,152). Sum of RGB (Red+Green+Blue) = 41+12+152=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 152 (59.77% from 255 or 74.15% from 205); Max value from RGB is 152 - color contains mainly: blue. Hex color #290C98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290C98 is #D6F367. Grayscale: #242424. Windows color (decimal): -14087016 or 9964585. OLE color: 9964585.
HSL color Cylindrical-coordinate representation of color #290C98: hue angle of 252.43º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #290C98 is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 12 | 152 | - |
| CMYK | 0.73 | 0.92 | 0 | 0.40 |
| HSL | 252.43º | 0.85% | 0.32% | - |
| HSV(B) | 252.43º | 0.92% | 0.6% | - |
| XYZ | 6.71 | 3 | 29.93 | - |
| YUV | 36.63 | 193.11 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 12 | 152 | 0.73 | 0.92 | 0 | 0.40 | 252.43 | 0.85 | 0.32 |
| Hex | 29 | C | 98 | 49 | 5C | 0 | 28 | FC | 55 | 20 |
| Octal | 51 | 14 | 230 | 111 | 134 | 0 | 50 | 374 | 125 | 40 |
| Binary | 101001 | 1100 | 10011000 | 1001001 | 1011100 | 0 | 101000 | 11111100 | 1010101 | 100000 |
Color Harmonies of #290C98
Complementary color
Monochromatic Colors of #290C98
Black with #290C98
Text Example
Text Example
White with #290C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290C98; }
p { color: rgb(41,12,152); }
H1.HeaderClassName
{
color: #290C98;
}
.AnyTagClassName
{
color: #290C98;
}
</style>
background-color css
<style>
a { background-color: #290C98; }
a { background-color: rgb(41,12,152); }
div.DivClassName
{
background-color: #290C98;
}
.BgClassName
{
background-color: #290C98;
}
</style>
border-color css
<style>
span { border-color: #290C98; }
span { border-color: rgb(41,12,152); }
td.TdClassName
{
border-color: #290C98;
}
.TagClassName
{
border-color: #290C98;
}
</style>