Shades of Ultramarine #290DAB
Tints of Ultramarine #290DAB
RGB
CMYK
RGB Variations
Color information
#290DAB (or 0x290DAB) is known color: Ultramarine. HEX triplet: 29, 0D and AB. RGB value is (41,13,171). Sum of RGB (Red+Green+Blue) = 41+13+171=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 171 (67.19% from 255 or 76% from 225); Max value from RGB is 171 - color contains mainly: blue. Hex color #290DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290DAB is #D6F254. Grayscale: #262626. Windows color (decimal): -14086741 or 11210025. OLE color: 11210025.
HSL color Cylindrical-coordinate representation of color #290DAB: hue angle of 250.63º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #290DAB is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 13 | 171 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.33 |
| HSL | 250.63º | 0.86% | 0.36% | - |
| HSV(B) | 250.63º | 0.92% | 0.67% | - |
| XYZ | 8.41 | 3.7 | 38.8 | - |
| YUV | 39.38 | 202.28 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 13 | 171 | 0.76 | 0.92 | 0 | 0.33 | 250.63 | 0.86 | 0.36 |
| Hex | 29 | D | AB | 4C | 5C | 0 | 21 | FB | 56 | 24 |
| Octal | 51 | 15 | 253 | 114 | 134 | 0 | 41 | 373 | 126 | 44 |
| Binary | 101001 | 1101 | 10101011 | 1001100 | 1011100 | 0 | 100001 | 11111011 | 1010110 | 100100 |
Color Harmonies of #290DAB
Complementary color
Monochromatic Colors of #290DAB
Black with #290DAB
Text Example
Text Example
White with #290DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290DAB; }
p { color: rgb(41,13,171); }
H1.HeaderClassName
{
color: #290DAB;
}
.AnyTagClassName
{
color: #290DAB;
}
</style>
background-color css
<style>
a { background-color: #290DAB; }
a { background-color: rgb(41,13,171); }
div.DivClassName
{
background-color: #290DAB;
}
.BgClassName
{
background-color: #290DAB;
}
</style>
border-color css
<style>
span { border-color: #290DAB; }
span { border-color: rgb(41,13,171); }
td.TdClassName
{
border-color: #290DAB;
}
.TagClassName
{
border-color: #290DAB;
}
</style>