Shades of Ultramarine #290FAC
Tints of Ultramarine #290FAC
RGB
CMYK
RGB Variations
Color information
#290FAC (or 0x290FAC) is known color: Ultramarine. HEX triplet: 29, 0F and AC. RGB value is (41,15,172). Sum of RGB (Red+Green+Blue) = 41+15+172=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 172 (67.58% from 255 or 75.44% from 228); Max value from RGB is 172 - color contains mainly: blue. Hex color #290FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290FAC is #D6F053. Grayscale: #282828. Windows color (decimal): -14086228 or 11276073. OLE color: 11276073.
HSL color Cylindrical-coordinate representation of color #290FAC: hue angle of 249.94º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #290FAC is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 15 | 172 | - |
| CMYK | 0.76 | 0.91 | 0 | 0.33 |
| HSL | 249.94º | 0.84% | 0.37% | - |
| HSV(B) | 249.94º | 0.91% | 0.67% | - |
| XYZ | 8.53 | 3.79 | 39.31 | - |
| YUV | 40.67 | 202.11 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 172 | 0.76 | 0.91 | 0 | 0.33 | 249.94 | 0.84 | 0.37 |
| Hex | 29 | F | AC | 4C | 5B | 0 | 21 | FA | 54 | 25 |
| Octal | 51 | 17 | 254 | 114 | 133 | 0 | 41 | 372 | 124 | 45 |
| Binary | 101001 | 1111 | 10101100 | 1001100 | 1011011 | 0 | 100001 | 11111010 | 1010100 | 100101 |
Color Harmonies of #290FAC
Complementary color
Monochromatic Colors of #290FAC
Black with #290FAC
Text Example
Text Example
White with #290FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290FAC; }
p { color: rgb(41,15,172); }
H1.HeaderClassName
{
color: #290FAC;
}
.AnyTagClassName
{
color: #290FAC;
}
</style>
background-color css
<style>
a { background-color: #290FAC; }
a { background-color: rgb(41,15,172); }
div.DivClassName
{
background-color: #290FAC;
}
.BgClassName
{
background-color: #290FAC;
}
</style>
border-color css
<style>
span { border-color: #290FAC; }
span { border-color: rgb(41,15,172); }
td.TdClassName
{
border-color: #290FAC;
}
.TagClassName
{
border-color: #290FAC;
}
</style>