Shades of Ultramarine #291C93
Tints of Ultramarine #291C93
RGB
CMYK
RGB Variations
Color information
#291C93 (or 0x291C93) is known color: Ultramarine. HEX triplet: 29, 1C and 93. RGB value is (41,28,147). Sum of RGB (Red+Green+Blue) = 41+28+147=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 147 (57.81% from 255 or 68.06% from 216); Max value from RGB is 147 - color contains mainly: blue. Hex color #291C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291C93 is #D6E36C. Grayscale: #2C2C2C. Windows color (decimal): -14082925 or 9641001. OLE color: 9641001.
HSL color Cylindrical-coordinate representation of color #291C93: hue angle of 246.55º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #291C93 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 28 | 147 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.42 |
| HSL | 246.55º | 0.68% | 0.34% | - |
| HSV(B) | 246.55º | 0.81% | 0.58% | - |
| XYZ | 6.6 | 3.41 | 27.91 | - |
| YUV | 45.45 | 185.31 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 147 | 0.72 | 0.81 | 0 | 0.42 | 246.55 | 0.68 | 0.34 |
| Hex | 29 | 1C | 93 | 48 | 51 | 0 | 2A | F7 | 44 | 22 |
| Octal | 51 | 34 | 223 | 110 | 121 | 0 | 52 | 367 | 104 | 42 |
| Binary | 101001 | 11100 | 10010011 | 1001000 | 1010001 | 0 | 101010 | 11110111 | 1000100 | 100010 |
Color Harmonies of #291C93
Complementary color
Monochromatic Colors of #291C93
Black with #291C93
Text Example
Text Example
White with #291C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291C93; }
p { color: rgb(41,28,147); }
H1.HeaderClassName
{
color: #291C93;
}
.AnyTagClassName
{
color: #291C93;
}
</style>
background-color css
<style>
a { background-color: #291C93; }
a { background-color: rgb(41,28,147); }
div.DivClassName
{
background-color: #291C93;
}
.BgClassName
{
background-color: #291C93;
}
</style>
border-color css
<style>
span { border-color: #291C93; }
span { border-color: rgb(41,28,147); }
td.TdClassName
{
border-color: #291C93;
}
.TagClassName
{
border-color: #291C93;
}
</style>