Shades of Ultramarine #291C98
Tints of Ultramarine #291C98
RGB
CMYK
RGB Variations
Color information
#291C98 (or 0x291C98) is known color: Ultramarine. HEX triplet: 29, 1C and 98. RGB value is (41,28,152). Sum of RGB (Red+Green+Blue) = 41+28+152=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 152 (59.77% from 255 or 68.78% from 221); Max value from RGB is 152 - color contains mainly: blue. Hex color #291C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291C98 is #D6E367. Grayscale: #2D2D2D. Windows color (decimal): -14082920 or 9968681. OLE color: 9968681.
HSL color Cylindrical-coordinate representation of color #291C98: hue angle of 246.29º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #291C98 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 28 | 152 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.40 |
| HSL | 246.29º | 0.69% | 0.35% | - |
| HSV(B) | 246.29º | 0.82% | 0.6% | - |
| XYZ | 7 | 3.57 | 30.03 | - |
| YUV | 46.02 | 187.81 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 152 | 0.73 | 0.82 | 0 | 0.40 | 246.29 | 0.69 | 0.35 |
| Hex | 29 | 1C | 98 | 49 | 52 | 0 | 28 | F6 | 45 | 23 |
| Octal | 51 | 34 | 230 | 111 | 122 | 0 | 50 | 366 | 105 | 43 |
| Binary | 101001 | 11100 | 10011000 | 1001001 | 1010010 | 0 | 101000 | 11110110 | 1000101 | 100011 |
Color Harmonies of #291C98
Complementary color
Monochromatic Colors of #291C98
Black with #291C98
Text Example
Text Example
White with #291C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291C98; }
p { color: rgb(41,28,152); }
H1.HeaderClassName
{
color: #291C98;
}
.AnyTagClassName
{
color: #291C98;
}
</style>
background-color css
<style>
a { background-color: #291C98; }
a { background-color: rgb(41,28,152); }
div.DivClassName
{
background-color: #291C98;
}
.BgClassName
{
background-color: #291C98;
}
</style>
border-color css
<style>
span { border-color: #291C98; }
span { border-color: rgb(41,28,152); }
td.TdClassName
{
border-color: #291C98;
}
.TagClassName
{
border-color: #291C98;
}
</style>