Shades of Ultramarine #290193
Tints of Ultramarine #290193
RGB
CMYK
RGB Variations
Color information
#290193 (or 0x290193) is known color: Ultramarine. HEX triplet: 29, 01 and 93. RGB value is (41,1,147). Sum of RGB (Red+Green+Blue) = 41+1+147=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 147 (57.81% from 255 or 77.78% from 189); Max value from RGB is 147 - color contains mainly: blue. Hex color #290193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290193 is #D6FE6C. Grayscale: #1D1D1D. Windows color (decimal): -14089837 or 9634089. OLE color: 9634089.
HSL color Cylindrical-coordinate representation of color #290193: hue angle of 256.44º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #290193 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 1 | 147 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.42 |
| HSL | 256.44º | 0.99% | 0.29% | - |
| HSV(B) | 256.44º | 0.99% | 0.58% | - |
| XYZ | 6.19 | 2.6 | 27.78 | - |
| YUV | 29.6 | 194.25 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 147 | 0.72 | 0.99 | 0 | 0.42 | 256.44 | 0.99 | 0.29 |
| Hex | 29 | 1 | 93 | 48 | 63 | 0 | 2A | 100 | 63 | 1D |
| Octal | 51 | 1 | 223 | 110 | 143 | 0 | 52 | 400 | 143 | 35 |
| Binary | 101001 | 1 | 10010011 | 1001000 | 1100011 | 0 | 101010 | 100000000 | 1100011 | 11101 |
Color Harmonies of #290193
Complementary color
Monochromatic Colors of #290193
Black with #290193
Text Example
Text Example
White with #290193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290193; }
p { color: rgb(41,1,147); }
H1.HeaderClassName
{
color: #290193;
}
.AnyTagClassName
{
color: #290193;
}
</style>
background-color css
<style>
a { background-color: #290193; }
a { background-color: rgb(41,1,147); }
div.DivClassName
{
background-color: #290193;
}
.BgClassName
{
background-color: #290193;
}
</style>
border-color css
<style>
span { border-color: #290193; }
span { border-color: rgb(41,1,147); }
td.TdClassName
{
border-color: #290193;
}
.TagClassName
{
border-color: #290193;
}
</style>