Shades of Ultramarine #290DAC
Tints of Ultramarine #290DAC
RGB
CMYK
RGB Variations
Color information
#290DAC (or 0x290DAC) is known color: Ultramarine. HEX triplet: 29, 0D and AC. RGB value is (41,13,172). Sum of RGB (Red+Green+Blue) = 41+13+172=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 172 (67.58% from 255 or 76.11% from 226); Max value from RGB is 172 - color contains mainly: blue. Hex color #290DAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290DAC is #D6F253. Grayscale: #262626. Windows color (decimal): -14086740 or 11275561. OLE color: 11275561.
HSL color Cylindrical-coordinate representation of color #290DAC: hue angle of 250.57º 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 #290DAC is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 13 | 172 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.33 |
| HSL | 250.57º | 0.86% | 0.36% | - |
| HSV(B) | 250.57º | 0.92% | 0.67% | - |
| XYZ | 8.5 | 3.74 | 39.3 | - |
| YUV | 39.5 | 202.78 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 13 | 172 | 0.76 | 0.92 | 0 | 0.33 | 250.57 | 0.86 | 0.36 |
| Hex | 29 | D | AC | 4C | 5C | 0 | 21 | FB | 56 | 24 |
| Octal | 51 | 15 | 254 | 114 | 134 | 0 | 41 | 373 | 126 | 44 |
| Binary | 101001 | 1101 | 10101100 | 1001100 | 1011100 | 0 | 100001 | 11111011 | 1010110 | 100100 |
Color Harmonies of #290DAC
Complementary color
Monochromatic Colors of #290DAC
Black with #290DAC
Text Example
Text Example
White with #290DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290DAC; }
p { color: rgb(41,13,172); }
H1.HeaderClassName
{
color: #290DAC;
}
.AnyTagClassName
{
color: #290DAC;
}
</style>
background-color css
<style>
a { background-color: #290DAC; }
a { background-color: rgb(41,13,172); }
div.DivClassName
{
background-color: #290DAC;
}
.BgClassName
{
background-color: #290DAC;
}
</style>
border-color css
<style>
span { border-color: #290DAC; }
span { border-color: rgb(41,13,172); }
td.TdClassName
{
border-color: #290DAC;
}
.TagClassName
{
border-color: #290DAC;
}
</style>