Shades of Ultramarine #291494
Tints of Ultramarine #291494
RGB
CMYK
RGB Variations
Color information
#291494 (or 0x291494) is known color: Ultramarine. HEX triplet: 29, 14 and 94. RGB value is (41,20,148). Sum of RGB (Red+Green+Blue) = 41+20+148=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 148 (58.20% from 255 or 70.81% from 209); Max value from RGB is 148 - color contains mainly: blue. Hex color #291494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291494 is #D6EB6B. Grayscale: #282828. Windows color (decimal): -14084972 or 9704489. OLE color: 9704489.
HSL color Cylindrical-coordinate representation of color #291494: hue angle of 249.84º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #291494 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 20 | 148 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.42 |
| HSL | 249.84º | 0.76% | 0.33% | - |
| HSV(B) | 249.84º | 0.86% | 0.58% | - |
| XYZ | 6.51 | 3.11 | 28.27 | - |
| YUV | 40.87 | 188.46 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 20 | 148 | 0.72 | 0.86 | 0 | 0.42 | 249.84 | 0.76 | 0.33 |
| Hex | 29 | 14 | 94 | 48 | 56 | 0 | 2A | FA | 4C | 21 |
| Octal | 51 | 24 | 224 | 110 | 126 | 0 | 52 | 372 | 114 | 41 |
| Binary | 101001 | 10100 | 10010100 | 1001000 | 1010110 | 0 | 101010 | 11111010 | 1001100 | 100001 |
Color Harmonies of #291494
Complementary color
Monochromatic Colors of #291494
Black with #291494
Text Example
Text Example
White with #291494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291494; }
p { color: rgb(41,20,148); }
H1.HeaderClassName
{
color: #291494;
}
.AnyTagClassName
{
color: #291494;
}
</style>
background-color css
<style>
a { background-color: #291494; }
a { background-color: rgb(41,20,148); }
div.DivClassName
{
background-color: #291494;
}
.BgClassName
{
background-color: #291494;
}
</style>
border-color css
<style>
span { border-color: #291494; }
span { border-color: rgb(41,20,148); }
td.TdClassName
{
border-color: #291494;
}
.TagClassName
{
border-color: #291494;
}
</style>