Shades of Ultramarine #291C95
Tints of Ultramarine #291C95
RGB
CMYK
RGB Variations
Color information
#291C95 (or 0x291C95) is known color: Ultramarine. HEX triplet: 29, 1C and 95. RGB value is (41,28,149). Sum of RGB (Red+Green+Blue) = 41+28+149=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #291C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291C95 is #D6E36A. Grayscale: #2D2D2D. Windows color (decimal): -14082923 or 9772073. OLE color: 9772073.
HSL color Cylindrical-coordinate representation of color #291C95: hue angle of 246.45º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #291C95 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 28 | 149 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.42 |
| HSL | 246.45º | 0.68% | 0.35% | - |
| HSV(B) | 246.45º | 0.81% | 0.58% | - |
| XYZ | 6.75 | 3.47 | 28.75 | - |
| YUV | 45.68 | 186.31 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 149 | 0.72 | 0.81 | 0 | 0.42 | 246.45 | 0.68 | 0.35 |
| Hex | 29 | 1C | 95 | 48 | 51 | 0 | 2A | F6 | 44 | 23 |
| Octal | 51 | 34 | 225 | 110 | 121 | 0 | 52 | 366 | 104 | 43 |
| Binary | 101001 | 11100 | 10010101 | 1001000 | 1010001 | 0 | 101010 | 11110110 | 1000100 | 100011 |
Color Harmonies of #291C95
Complementary color
Monochromatic Colors of #291C95
Black with #291C95
Text Example
Text Example
White with #291C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291C95; }
p { color: rgb(41,28,149); }
H1.HeaderClassName
{
color: #291C95;
}
.AnyTagClassName
{
color: #291C95;
}
</style>
background-color css
<style>
a { background-color: #291C95; }
a { background-color: rgb(41,28,149); }
div.DivClassName
{
background-color: #291C95;
}
.BgClassName
{
background-color: #291C95;
}
</style>
border-color css
<style>
span { border-color: #291C95; }
span { border-color: rgb(41,28,149); }
td.TdClassName
{
border-color: #291C95;
}
.TagClassName
{
border-color: #291C95;
}
</style>