Shades of Ultramarine #291A9B
Tints of Ultramarine #291A9B
RGB
CMYK
RGB Variations
Color information
#291A9B (or 0x291A9B) is known color: Ultramarine. HEX triplet: 29, 1A and 9B. RGB value is (41,26,155). Sum of RGB (Red+Green+Blue) = 41+26+155=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 155 (60.94% from 255 or 69.82% from 222); Max value from RGB is 155 - color contains mainly: blue. Hex color #291A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291A9B is #D6E564. Grayscale: #2C2C2C. Windows color (decimal): -14083429 or 10164777. OLE color: 10164777.
HSL color Cylindrical-coordinate representation of color #291A9B: hue angle of 246.98º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #291A9B is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 26 | 155 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.39 |
| HSL | 246.98º | 0.71% | 0.35% | - |
| HSV(B) | 246.98º | 0.83% | 0.61% | - |
| XYZ | 7.2 | 3.58 | 31.32 | - |
| YUV | 45.19 | 189.97 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 26 | 155 | 0.74 | 0.83 | 0 | 0.39 | 246.98 | 0.71 | 0.35 |
| Hex | 29 | 1A | 9B | 4A | 53 | 0 | 27 | F7 | 47 | 23 |
| Octal | 51 | 32 | 233 | 112 | 123 | 0 | 47 | 367 | 107 | 43 |
| Binary | 101001 | 11010 | 10011011 | 1001010 | 1010011 | 0 | 100111 | 11110111 | 1000111 | 100011 |
Color Harmonies of #291A9B
Complementary color
Monochromatic Colors of #291A9B
Black with #291A9B
Text Example
Text Example
White with #291A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291A9B; }
p { color: rgb(41,26,155); }
H1.HeaderClassName
{
color: #291A9B;
}
.AnyTagClassName
{
color: #291A9B;
}
</style>
background-color css
<style>
a { background-color: #291A9B; }
a { background-color: rgb(41,26,155); }
div.DivClassName
{
background-color: #291A9B;
}
.BgClassName
{
background-color: #291A9B;
}
</style>
border-color css
<style>
span { border-color: #291A9B; }
span { border-color: rgb(41,26,155); }
td.TdClassName
{
border-color: #291A9B;
}
.TagClassName
{
border-color: #291A9B;
}
</style>