Shades of Ultramarine #290FAA
Tints of Ultramarine #290FAA
RGB
CMYK
RGB Variations
Color information
#290FAA (or 0x290FAA) is known color: Ultramarine. HEX triplet: 29, 0F and AA. RGB value is (41,15,170). Sum of RGB (Red+Green+Blue) = 41+15+170=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 170 (66.80% from 255 or 75.22% from 226); Max value from RGB is 170 - color contains mainly: blue. Hex color #290FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290FAA is #D6F055. Grayscale: #272727. Windows color (decimal): -14086230 or 11145001. OLE color: 11145001.
HSL color Cylindrical-coordinate representation of color #290FAA: hue angle of 250.06º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #290FAA is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 15 | 170 | - |
| CMYK | 0.76 | 0.91 | 0 | 0.33 |
| HSL | 250.06º | 0.84% | 0.36% | - |
| HSV(B) | 250.06º | 0.91% | 0.67% | - |
| XYZ | 8.34 | 3.72 | 38.31 | - |
| YUV | 40.44 | 201.11 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 170 | 0.76 | 0.91 | 0 | 0.33 | 250.06 | 0.84 | 0.36 |
| Hex | 29 | F | AA | 4C | 5B | 0 | 21 | FA | 54 | 24 |
| Octal | 51 | 17 | 252 | 114 | 133 | 0 | 41 | 372 | 124 | 44 |
| Binary | 101001 | 1111 | 10101010 | 1001100 | 1011011 | 0 | 100001 | 11111010 | 1010100 | 100100 |
Color Harmonies of #290FAA
Complementary color
Monochromatic Colors of #290FAA
Black with #290FAA
Text Example
Text Example
White with #290FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290FAA; }
p { color: rgb(41,15,170); }
H1.HeaderClassName
{
color: #290FAA;
}
.AnyTagClassName
{
color: #290FAA;
}
</style>
background-color css
<style>
a { background-color: #290FAA; }
a { background-color: rgb(41,15,170); }
div.DivClassName
{
background-color: #290FAA;
}
.BgClassName
{
background-color: #290FAA;
}
</style>
border-color css
<style>
span { border-color: #290FAA; }
span { border-color: rgb(41,15,170); }
td.TdClassName
{
border-color: #290FAA;
}
.TagClassName
{
border-color: #290FAA;
}
</style>