Shades of Ultramarine #291D9C
Tints of Ultramarine #291D9C
RGB
CMYK
RGB Variations
Color information
#291D9C (or 0x291D9C) is known color: Ultramarine. HEX triplet: 29, 1D and 9C. RGB value is (41,29,156). Sum of RGB (Red+Green+Blue) = 41+29+156=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 156 (61.33% from 255 or 69.03% from 226); Max value from RGB is 156 - color contains mainly: blue. Hex color #291D9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291D9C is #D6E263. Grayscale: #2E2E2E. Windows color (decimal): -14082660 or 10231081. OLE color: 10231081.
HSL color Cylindrical-coordinate representation of color #291D9C: hue angle of 245.67º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #291D9C is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 29 | 156 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.39 |
| HSL | 245.67º | 0.69% | 0.36% | - |
| HSV(B) | 245.67º | 0.81% | 0.61% | - |
| XYZ | 7.35 | 3.75 | 31.79 | - |
| YUV | 47.07 | 189.48 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 29 | 156 | 0.74 | 0.81 | 0 | 0.39 | 245.67 | 0.69 | 0.36 |
| Hex | 29 | 1D | 9C | 4A | 51 | 0 | 27 | F6 | 45 | 24 |
| Octal | 51 | 35 | 234 | 112 | 121 | 0 | 47 | 366 | 105 | 44 |
| Binary | 101001 | 11101 | 10011100 | 1001010 | 1010001 | 0 | 100111 | 11110110 | 1000101 | 100100 |
Color Harmonies of #291D9C
Complementary color
Monochromatic Colors of #291D9C
Black with #291D9C
Text Example
Text Example
White with #291D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291D9C; }
p { color: rgb(41,29,156); }
H1.HeaderClassName
{
color: #291D9C;
}
.AnyTagClassName
{
color: #291D9C;
}
</style>
background-color css
<style>
a { background-color: #291D9C; }
a { background-color: rgb(41,29,156); }
div.DivClassName
{
background-color: #291D9C;
}
.BgClassName
{
background-color: #291D9C;
}
</style>
border-color css
<style>
span { border-color: #291D9C; }
span { border-color: rgb(41,29,156); }
td.TdClassName
{
border-color: #291D9C;
}
.TagClassName
{
border-color: #291D9C;
}
</style>