Shades of Ultramarine #291C90
Tints of Ultramarine #291C90
RGB
CMYK
RGB Variations
Color information
#291C90 (or 0x291C90) is known color: Ultramarine. HEX triplet: 29, 1C and 90. RGB value is (41,28,144). Sum of RGB (Red+Green+Blue) = 41+28+144=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #291C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291C90 is #D6E36F. Grayscale: #2C2C2C. Windows color (decimal): -14082928 or 9444393. OLE color: 9444393.
HSL color Cylindrical-coordinate representation of color #291C90: hue angle of 246.72º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #291C90 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 28 | 144 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.44 |
| HSL | 246.72º | 0.67% | 0.34% | - |
| HSV(B) | 246.72º | 0.81% | 0.56% | - |
| XYZ | 6.36 | 3.32 | 26.69 | - |
| YUV | 45.11 | 183.81 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 144 | 0.72 | 0.81 | 0 | 0.44 | 246.72 | 0.67 | 0.34 |
| Hex | 29 | 1C | 90 | 48 | 51 | 0 | 2C | F7 | 43 | 22 |
| Octal | 51 | 34 | 220 | 110 | 121 | 0 | 54 | 367 | 103 | 42 |
| Binary | 101001 | 11100 | 10010000 | 1001000 | 1010001 | 0 | 101100 | 11110111 | 1000011 | 100010 |
Color Harmonies of #291C90
Complementary color
Monochromatic Colors of #291C90
Black with #291C90
Text Example
Text Example
White with #291C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291C90; }
p { color: rgb(41,28,144); }
H1.HeaderClassName
{
color: #291C90;
}
.AnyTagClassName
{
color: #291C90;
}
</style>
background-color css
<style>
a { background-color: #291C90; }
a { background-color: rgb(41,28,144); }
div.DivClassName
{
background-color: #291C90;
}
.BgClassName
{
background-color: #291C90;
}
</style>
border-color css
<style>
span { border-color: #291C90; }
span { border-color: rgb(41,28,144); }
td.TdClassName
{
border-color: #291C90;
}
.TagClassName
{
border-color: #291C90;
}
</style>