Shades of Ultramarine #290CAA
Tints of Ultramarine #290CAA
RGB
CMYK
RGB Variations
Color information
#290CAA (or 0x290CAA) is known color: Ultramarine. HEX triplet: 29, 0C and AA. RGB value is (41,12,170). Sum of RGB (Red+Green+Blue) = 41+12+170=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 170 (66.80% from 255 or 76.23% from 223); Max value from RGB is 170 - color contains mainly: blue. Hex color #290CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290CAA is #D6F355. Grayscale: #262626. Windows color (decimal): -14086998 or 11144233. OLE color: 11144233.
HSL color Cylindrical-coordinate representation of color #290CAA: hue angle of 251.01º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290CAA is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 12 | 170 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.33 |
| HSL | 251.01º | 0.87% | 0.36% | - |
| HSV(B) | 251.01º | 0.93% | 0.67% | - |
| XYZ | 8.3 | 3.64 | 38.29 | - |
| YUV | 38.68 | 202.11 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 12 | 170 | 0.76 | 0.93 | 0 | 0.33 | 251.01 | 0.87 | 0.36 |
| Hex | 29 | C | AA | 4C | 5D | 0 | 21 | FB | 57 | 24 |
| Octal | 51 | 14 | 252 | 114 | 135 | 0 | 41 | 373 | 127 | 44 |
| Binary | 101001 | 1100 | 10101010 | 1001100 | 1011101 | 0 | 100001 | 11111011 | 1010111 | 100100 |
Color Harmonies of #290CAA
Complementary color
Monochromatic Colors of #290CAA
Black with #290CAA
Text Example
Text Example
White with #290CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290CAA; }
p { color: rgb(41,12,170); }
H1.HeaderClassName
{
color: #290CAA;
}
.AnyTagClassName
{
color: #290CAA;
}
</style>
background-color css
<style>
a { background-color: #290CAA; }
a { background-color: rgb(41,12,170); }
div.DivClassName
{
background-color: #290CAA;
}
.BgClassName
{
background-color: #290CAA;
}
</style>
border-color css
<style>
span { border-color: #290CAA; }
span { border-color: rgb(41,12,170); }
td.TdClassName
{
border-color: #290CAA;
}
.TagClassName
{
border-color: #290CAA;
}
</style>