Shades of Ultramarine #290EB2
Tints of Ultramarine #290EB2
RGB
CMYK
RGB Variations
Color information
#290EB2 (or 0x290EB2) is known color: Ultramarine. HEX triplet: 29, 0E and B2. RGB value is (41,14,178). Sum of RGB (Red+Green+Blue) = 41+14+178=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 178 (69.92% from 255 or 76.39% from 233); Max value from RGB is 178 - color contains mainly: blue. Hex color #290EB2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290EB2 is #D6F14D. Grayscale: #282828. Windows color (decimal): -14086478 or 11669033. OLE color: 11669033.
HSL color Cylindrical-coordinate representation of color #290EB2: hue angle of 249.88º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #290EB2 is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 41 | 14 | 178 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.30 |
| HSL | 249.88º | 0.85% | 0.38% | - |
| HSV(B) | 249.88º | 0.92% | 0.7% | - |
| XYZ | 9.11 | 4 | 42.41 | - |
| YUV | 40.77 | 205.45 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 178 | 0.77 | 0.92 | 0 | 0.30 | 249.88 | 0.85 | 0.38 |
| Hex | 29 | E | B2 | 4D | 5C | 0 | 1E | FA | 55 | 26 |
| Octal | 51 | 16 | 262 | 115 | 134 | 0 | 36 | 372 | 125 | 46 |
| Binary | 101001 | 1110 | 10110010 | 1001101 | 1011100 | 0 | 11110 | 11111010 | 1010101 | 100110 |
Color Harmonies of #290EB2
Complementary color
Monochromatic Colors of #290EB2
Black with #290EB2
Text Example
Text Example
White with #290EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290EB2; }
p { color: rgb(41,14,178); }
H1.HeaderClassName
{
color: #290EB2;
}
.AnyTagClassName
{
color: #290EB2;
}
</style>
background-color css
<style>
a { background-color: #290EB2; }
a { background-color: rgb(41,14,178); }
div.DivClassName
{
background-color: #290EB2;
}
.BgClassName
{
background-color: #290EB2;
}
</style>
border-color css
<style>
span { border-color: #290EB2; }
span { border-color: rgb(41,14,178); }
td.TdClassName
{
border-color: #290EB2;
}
.TagClassName
{
border-color: #290EB2;
}
</style>