Shades of Ultramarine #290FA5
Tints of Ultramarine #290FA5
RGB
CMYK
RGB Variations
Color information
#290FA5 (or 0x290FA5) is known color: Ultramarine. HEX triplet: 29, 0F and A5. RGB value is (41,15,165). Sum of RGB (Red+Green+Blue) = 41+15+165=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 165 (64.84% from 255 or 74.66% from 221); Max value from RGB is 165 - color contains mainly: blue. Hex color #290FA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290FA5 is #D6F05A. Grayscale: #272727. Windows color (decimal): -14086235 or 10817321. OLE color: 10817321.
HSL color Cylindrical-coordinate representation of color #290FA5: hue angle of 250.4º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #290FA5 is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 41 | 15 | 165 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.35 |
| HSL | 250.4º | 0.83% | 0.35% | - |
| HSV(B) | 250.4º | 0.91% | 0.65% | - |
| XYZ | 7.88 | 3.53 | 35.86 | - |
| YUV | 39.87 | 198.61 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 165 | 0.75 | 0.91 | 0 | 0.35 | 250.4 | 0.83 | 0.35 |
| Hex | 29 | F | A5 | 4B | 5B | 0 | 23 | FA | 53 | 23 |
| Octal | 51 | 17 | 245 | 113 | 133 | 0 | 43 | 372 | 123 | 43 |
| Binary | 101001 | 1111 | 10100101 | 1001011 | 1011011 | 0 | 100011 | 11111010 | 1010011 | 100011 |
Color Harmonies of #290FA5
Complementary color
Monochromatic Colors of #290FA5
Black with #290FA5
Text Example
Text Example
White with #290FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290FA5; }
p { color: rgb(41,15,165); }
H1.HeaderClassName
{
color: #290FA5;
}
.AnyTagClassName
{
color: #290FA5;
}
</style>
background-color css
<style>
a { background-color: #290FA5; }
a { background-color: rgb(41,15,165); }
div.DivClassName
{
background-color: #290FA5;
}
.BgClassName
{
background-color: #290FA5;
}
</style>
border-color css
<style>
span { border-color: #290FA5; }
span { border-color: rgb(41,15,165); }
td.TdClassName
{
border-color: #290FA5;
}
.TagClassName
{
border-color: #290FA5;
}
</style>