Shades of Ultramarine #291AAF
Tints of Ultramarine #291AAF
RGB
CMYK
RGB Variations
Color information
#291AAF (or 0x291AAF) is known color: Ultramarine. HEX triplet: 29, 1A and AF. RGB value is (41,26,175). Sum of RGB (Red+Green+Blue) = 41+26+175=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 175 (68.75% from 255 or 72.31% from 242); Max value from RGB is 175 - color contains mainly: blue. Hex color #291AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291AAF is #D6E550. Grayscale: #2E2E2E. Windows color (decimal): -14083409 or 11475497. OLE color: 11475497.
HSL color Cylindrical-coordinate representation of color #291AAF: hue angle of 246.04º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #291AAF is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 26 | 175 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.31 |
| HSL | 246.04º | 0.74% | 0.39% | - |
| HSV(B) | 246.04º | 0.85% | 0.69% | - |
| XYZ | 9.02 | 4.31 | 40.91 | - |
| YUV | 47.47 | 199.97 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 26 | 175 | 0.77 | 0.85 | 0 | 0.31 | 246.04 | 0.74 | 0.39 |
| Hex | 29 | 1A | AF | 4D | 55 | 0 | 1F | F6 | 4A | 27 |
| Octal | 51 | 32 | 257 | 115 | 125 | 0 | 37 | 366 | 112 | 47 |
| Binary | 101001 | 11010 | 10101111 | 1001101 | 1010101 | 0 | 11111 | 11110110 | 1001010 | 100111 |
Color Harmonies of #291AAF
Complementary color
Monochromatic Colors of #291AAF
Black with #291AAF
Text Example
Text Example
White with #291AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291AAF; }
p { color: rgb(41,26,175); }
H1.HeaderClassName
{
color: #291AAF;
}
.AnyTagClassName
{
color: #291AAF;
}
</style>
background-color css
<style>
a { background-color: #291AAF; }
a { background-color: rgb(41,26,175); }
div.DivClassName
{
background-color: #291AAF;
}
.BgClassName
{
background-color: #291AAF;
}
</style>
border-color css
<style>
span { border-color: #291AAF; }
span { border-color: rgb(41,26,175); }
td.TdClassName
{
border-color: #291AAF;
}
.TagClassName
{
border-color: #291AAF;
}
</style>