Shades of Ultramarine #290EA6
Tints of Ultramarine #290EA6
RGB
CMYK
RGB Variations
Color information
#290EA6 (or 0x290EA6) is known color: Ultramarine. HEX triplet: 29, 0E and A6. RGB value is (41,14,166). Sum of RGB (Red+Green+Blue) = 41+14+166=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 166 (65.23% from 255 or 75.11% from 221); Max value from RGB is 166 - color contains mainly: blue. Hex color #290EA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290EA6 is #D6F159. Grayscale: #262626. Windows color (decimal): -14086490 or 10882601. OLE color: 10882601.
HSL color Cylindrical-coordinate representation of color #290EA6: hue angle of 250.66º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #290EA6 is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 41 | 14 | 166 | - |
| CMYK | 0.75 | 0.92 | 0 | 0.35 |
| HSL | 250.66º | 0.84% | 0.35% | - |
| HSV(B) | 250.66º | 0.92% | 0.65% | - |
| XYZ | 7.95 | 3.54 | 36.34 | - |
| YUV | 39.4 | 199.45 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 166 | 0.75 | 0.92 | 0 | 0.35 | 250.66 | 0.84 | 0.35 |
| Hex | 29 | E | A6 | 4B | 5C | 0 | 23 | FB | 54 | 23 |
| Octal | 51 | 16 | 246 | 113 | 134 | 0 | 43 | 373 | 124 | 43 |
| Binary | 101001 | 1110 | 10100110 | 1001011 | 1011100 | 0 | 100011 | 11111011 | 1010100 | 100011 |
Color Harmonies of #290EA6
Complementary color
Monochromatic Colors of #290EA6
Black with #290EA6
Text Example
Text Example
White with #290EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290EA6; }
p { color: rgb(41,14,166); }
H1.HeaderClassName
{
color: #290EA6;
}
.AnyTagClassName
{
color: #290EA6;
}
</style>
background-color css
<style>
a { background-color: #290EA6; }
a { background-color: rgb(41,14,166); }
div.DivClassName
{
background-color: #290EA6;
}
.BgClassName
{
background-color: #290EA6;
}
</style>
border-color css
<style>
span { border-color: #290EA6; }
span { border-color: rgb(41,14,166); }
td.TdClassName
{
border-color: #290EA6;
}
.TagClassName
{
border-color: #290EA6;
}
</style>