Shades of Ultramarine #291A9F
Tints of Ultramarine #291A9F
RGB
CMYK
RGB Variations
Color information
#291A9F (or 0x291A9F) is known color: Ultramarine. HEX triplet: 29, 1A and 9F. RGB value is (41,26,159). Sum of RGB (Red+Green+Blue) = 41+26+159=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 159 (62.5% from 255 or 70.35% from 226); Max value from RGB is 159 - color contains mainly: blue. Hex color #291A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291A9F is #D6E560. Grayscale: #2D2D2D. Windows color (decimal): -14083425 or 10426921. OLE color: 10426921.
HSL color Cylindrical-coordinate representation of color #291A9F: hue angle of 246.77º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #291A9F is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 26 | 159 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.38 |
| HSL | 246.77º | 0.72% | 0.36% | - |
| HSV(B) | 246.77º | 0.84% | 0.62% | - |
| XYZ | 7.54 | 3.71 | 33.12 | - |
| YUV | 45.65 | 191.97 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 26 | 159 | 0.74 | 0.84 | 0 | 0.38 | 246.77 | 0.72 | 0.36 |
| Hex | 29 | 1A | 9F | 4A | 54 | 0 | 26 | F7 | 48 | 24 |
| Octal | 51 | 32 | 237 | 112 | 124 | 0 | 46 | 367 | 110 | 44 |
| Binary | 101001 | 11010 | 10011111 | 1001010 | 1010100 | 0 | 100110 | 11110111 | 1001000 | 100100 |
Color Harmonies of #291A9F
Complementary color
Monochromatic Colors of #291A9F
Black with #291A9F
Text Example
Text Example
White with #291A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291A9F; }
p { color: rgb(41,26,159); }
H1.HeaderClassName
{
color: #291A9F;
}
.AnyTagClassName
{
color: #291A9F;
}
</style>
background-color css
<style>
a { background-color: #291A9F; }
a { background-color: rgb(41,26,159); }
div.DivClassName
{
background-color: #291A9F;
}
.BgClassName
{
background-color: #291A9F;
}
</style>
border-color css
<style>
span { border-color: #291A9F; }
span { border-color: rgb(41,26,159); }
td.TdClassName
{
border-color: #291A9F;
}
.TagClassName
{
border-color: #291A9F;
}
</style>