Shades of Ultramarine #291E9F
Tints of Ultramarine #291E9F
RGB
CMYK
RGB Variations
Color information
#291E9F (or 0x291E9F) is known color: Ultramarine. HEX triplet: 29, 1E and 9F. RGB value is (41,30,159). Sum of RGB (Red+Green+Blue) = 41+30+159=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 159 (62.5% from 255 or 69.13% from 230); Max value from RGB is 159 - color contains mainly: blue. Hex color #291E9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291E9F is #D6E160. Grayscale: #2F2F2F. Windows color (decimal): -14082401 or 10427945. OLE color: 10427945.
HSL color Cylindrical-coordinate representation of color #291E9F: hue angle of 245.12º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #291E9F is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 30 | 159 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.38 |
| HSL | 245.12º | 0.68% | 0.37% | - |
| HSV(B) | 245.12º | 0.81% | 0.62% | - |
| XYZ | 7.64 | 3.9 | 33.15 | - |
| YUV | 48 | 190.64 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 30 | 159 | 0.74 | 0.81 | 0 | 0.38 | 245.12 | 0.68 | 0.37 |
| Hex | 29 | 1E | 9F | 4A | 51 | 0 | 26 | F5 | 44 | 25 |
| Octal | 51 | 36 | 237 | 112 | 121 | 0 | 46 | 365 | 104 | 45 |
| Binary | 101001 | 11110 | 10011111 | 1001010 | 1010001 | 0 | 100110 | 11110101 | 1000100 | 100101 |
Color Harmonies of #291E9F
Complementary color
Monochromatic Colors of #291E9F
Black with #291E9F
Text Example
Text Example
White with #291E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291E9F; }
p { color: rgb(41,30,159); }
H1.HeaderClassName
{
color: #291E9F;
}
.AnyTagClassName
{
color: #291E9F;
}
</style>
background-color css
<style>
a { background-color: #291E9F; }
a { background-color: rgb(41,30,159); }
div.DivClassName
{
background-color: #291E9F;
}
.BgClassName
{
background-color: #291E9F;
}
</style>
border-color css
<style>
span { border-color: #291E9F; }
span { border-color: rgb(41,30,159); }
td.TdClassName
{
border-color: #291E9F;
}
.TagClassName
{
border-color: #291E9F;
}
</style>