Shades of Ultramarine #291797
Tints of Ultramarine #291797
RGB
CMYK
RGB Variations
Color information
#291797 (or 0x291797) is known color: Ultramarine. HEX triplet: 29, 17 and 97. RGB value is (41,23,151). Sum of RGB (Red+Green+Blue) = 41+23+151=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 151 (59.38% from 255 or 70.23% from 215); Max value from RGB is 151 - color contains mainly: blue. Hex color #291797 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291797 is #D6E868. Grayscale: #2A2A2A. Windows color (decimal): -14084201 or 9901865. OLE color: 9901865.
HSL color Cylindrical-coordinate representation of color #291797: hue angle of 248.44º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #291797 is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 23 | 151 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.41 |
| HSL | 248.44º | 0.74% | 0.34% | - |
| HSV(B) | 248.44º | 0.85% | 0.59% | - |
| XYZ | 6.81 | 3.32 | 29.56 | - |
| YUV | 42.97 | 188.96 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 23 | 151 | 0.73 | 0.85 | 0 | 0.41 | 248.44 | 0.74 | 0.34 |
| Hex | 29 | 17 | 97 | 49 | 55 | 0 | 29 | F8 | 4A | 22 |
| Octal | 51 | 27 | 227 | 111 | 125 | 0 | 51 | 370 | 112 | 42 |
| Binary | 101001 | 10111 | 10010111 | 1001001 | 1010101 | 0 | 101001 | 11111000 | 1001010 | 100010 |
Color Harmonies of #291797
Complementary color
Monochromatic Colors of #291797
Black with #291797
Text Example
Text Example
White with #291797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291797; }
p { color: rgb(41,23,151); }
H1.HeaderClassName
{
color: #291797;
}
.AnyTagClassName
{
color: #291797;
}
</style>
background-color css
<style>
a { background-color: #291797; }
a { background-color: rgb(41,23,151); }
div.DivClassName
{
background-color: #291797;
}
.BgClassName
{
background-color: #291797;
}
</style>
border-color css
<style>
span { border-color: #291797; }
span { border-color: rgb(41,23,151); }
td.TdClassName
{
border-color: #291797;
}
.TagClassName
{
border-color: #291797;
}
</style>