Shades of Ultramarine #290E95
Tints of Ultramarine #290E95
RGB
CMYK
RGB Variations
Color information
#290E95 (or 0x290E95) is known color: Ultramarine. HEX triplet: 29, 0E and 95. RGB value is (41,14,149). Sum of RGB (Red+Green+Blue) = 41+14+149=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 14 (5.86% from 255 or 6.86% from 204); Blue value is 149 (58.59% from 255 or 73.04% from 204); Max value from RGB is 149 - color contains mainly: blue. Hex color #290E95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290E95 is #D6F16A. Grayscale: #242424. Windows color (decimal): -14086507 or 9768489. OLE color: 9768489.
HSL color Cylindrical-coordinate representation of color #290E95: hue angle of 252º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #290E95 is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 14 | 149 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.42 |
| HSL | 252º | 0.83% | 0.32% | - |
| HSV(B) | 252º | 0.91% | 0.58% | - |
| XYZ | 6.5 | 2.96 | 28.66 | - |
| YUV | 37.46 | 190.95 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 149 | 0.72 | 0.91 | 0 | 0.42 | 252 | 0.83 | 0.32 |
| Hex | 29 | E | 95 | 48 | 5B | 0 | 2A | FC | 53 | 20 |
| Octal | 51 | 16 | 225 | 110 | 133 | 0 | 52 | 374 | 123 | 40 |
| Binary | 101001 | 1110 | 10010101 | 1001000 | 1011011 | 0 | 101010 | 11111100 | 1010011 | 100000 |
Color Harmonies of #290E95
Complementary color
Monochromatic Colors of #290E95
Black with #290E95
Text Example
Text Example
White with #290E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290E95; }
p { color: rgb(41,14,149); }
H1.HeaderClassName
{
color: #290E95;
}
.AnyTagClassName
{
color: #290E95;
}
</style>
background-color css
<style>
a { background-color: #290E95; }
a { background-color: rgb(41,14,149); }
div.DivClassName
{
background-color: #290E95;
}
.BgClassName
{
background-color: #290E95;
}
</style>
border-color css
<style>
span { border-color: #290E95; }
span { border-color: rgb(41,14,149); }
td.TdClassName
{
border-color: #290E95;
}
.TagClassName
{
border-color: #290E95;
}
</style>