Shades of Ultramarine #291293
Tints of Ultramarine #291293
RGB
CMYK
RGB Variations
Color information
#291293 (or 0x291293) is known color: Ultramarine. HEX triplet: 29, 12 and 93. RGB value is (41,18,147). Sum of RGB (Red+Green+Blue) = 41+18+147=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 147 (57.81% from 255 or 71.36% from 206); Max value from RGB is 147 - color contains mainly: blue. Hex color #291293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291293 is #D6ED6C. Grayscale: #272727. Windows color (decimal): -14085485 or 9638441. OLE color: 9638441.
HSL color Cylindrical-coordinate representation of color #291293: hue angle of 250.7º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291293 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 18 | 147 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.42 |
| HSL | 250.7º | 0.78% | 0.32% | - |
| HSV(B) | 250.7º | 0.88% | 0.58% | - |
| XYZ | 6.4 | 3.01 | 27.85 | - |
| YUV | 39.58 | 188.62 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 18 | 147 | 0.72 | 0.88 | 0 | 0.42 | 250.7 | 0.78 | 0.32 |
| Hex | 29 | 12 | 93 | 48 | 58 | 0 | 2A | FB | 4E | 20 |
| Octal | 51 | 22 | 223 | 110 | 130 | 0 | 52 | 373 | 116 | 40 |
| Binary | 101001 | 10010 | 10010011 | 1001000 | 1011000 | 0 | 101010 | 11111011 | 1001110 | 100000 |
Color Harmonies of #291293
Complementary color
Monochromatic Colors of #291293
Black with #291293
Text Example
Text Example
White with #291293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291293; }
p { color: rgb(41,18,147); }
H1.HeaderClassName
{
color: #291293;
}
.AnyTagClassName
{
color: #291293;
}
</style>
background-color css
<style>
a { background-color: #291293; }
a { background-color: rgb(41,18,147); }
div.DivClassName
{
background-color: #291293;
}
.BgClassName
{
background-color: #291293;
}
</style>
border-color css
<style>
span { border-color: #291293; }
span { border-color: rgb(41,18,147); }
td.TdClassName
{
border-color: #291293;
}
.TagClassName
{
border-color: #291293;
}
</style>