Shades of Ultramarine #291B93
Tints of Ultramarine #291B93
RGB
CMYK
RGB Variations
Color information
#291B93 (or 0x291B93) is known color: Ultramarine. HEX triplet: 29, 1B and 93. RGB value is (41,27,147). Sum of RGB (Red+Green+Blue) = 41+27+147=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #291B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291B93 is #D6E46C. Grayscale: #2C2C2C. Windows color (decimal): -14083181 or 9640745. OLE color: 9640745.
HSL color Cylindrical-coordinate representation of color #291B93: hue angle of 247º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #291B93 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 27 | 147 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.42 |
| HSL | 247º | 0.69% | 0.34% | - |
| HSV(B) | 247º | 0.82% | 0.58% | - |
| XYZ | 6.57 | 3.36 | 27.91 | - |
| YUV | 44.87 | 185.64 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 27 | 147 | 0.72 | 0.82 | 0 | 0.42 | 247 | 0.69 | 0.34 |
| Hex | 29 | 1B | 93 | 48 | 52 | 0 | 2A | F7 | 45 | 22 |
| Octal | 51 | 33 | 223 | 110 | 122 | 0 | 52 | 367 | 105 | 42 |
| Binary | 101001 | 11011 | 10010011 | 1001000 | 1010010 | 0 | 101010 | 11110111 | 1000101 | 100010 |
Color Harmonies of #291B93
Complementary color
Monochromatic Colors of #291B93
Black with #291B93
Text Example
Text Example
White with #291B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291B93; }
p { color: rgb(41,27,147); }
H1.HeaderClassName
{
color: #291B93;
}
.AnyTagClassName
{
color: #291B93;
}
</style>
background-color css
<style>
a { background-color: #291B93; }
a { background-color: rgb(41,27,147); }
div.DivClassName
{
background-color: #291B93;
}
.BgClassName
{
background-color: #291B93;
}
</style>
border-color css
<style>
span { border-color: #291B93; }
span { border-color: rgb(41,27,147); }
td.TdClassName
{
border-color: #291B93;
}
.TagClassName
{
border-color: #291B93;
}
</style>