Shades of Ultramarine #290DB1
Tints of Ultramarine #290DB1
RGB
CMYK
RGB Variations
Color information
#290DB1 (or 0x290DB1) is known color: Ultramarine. HEX triplet: 29, 0D and B1. RGB value is (41,13,177). Sum of RGB (Red+Green+Blue) = 41+13+177=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 177 (69.53% from 255 or 76.62% from 231); Max value from RGB is 177 - color contains mainly: blue. Hex color #290DB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290DB1 is #D6F24E. Grayscale: #272727. Windows color (decimal): -14086735 or 11603241. OLE color: 11603241.
HSL color Cylindrical-coordinate representation of color #290DB1: hue angle of 250.24º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290DB1 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 13 | 177 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.31 |
| HSL | 250.24º | 0.86% | 0.37% | - |
| HSV(B) | 250.24º | 0.93% | 0.69% | - |
| XYZ | 8.99 | 3.93 | 41.88 | - |
| YUV | 40.07 | 205.28 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 13 | 177 | 0.77 | 0.93 | 0 | 0.31 | 250.24 | 0.86 | 0.37 |
| Hex | 29 | D | B1 | 4D | 5D | 0 | 1F | FA | 56 | 25 |
| Octal | 51 | 15 | 261 | 115 | 135 | 0 | 37 | 372 | 126 | 45 |
| Binary | 101001 | 1101 | 10110001 | 1001101 | 1011101 | 0 | 11111 | 11111010 | 1010110 | 100101 |
Color Harmonies of #290DB1
Complementary color
Monochromatic Colors of #290DB1
Black with #290DB1
Text Example
Text Example
White with #290DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290DB1; }
p { color: rgb(41,13,177); }
H1.HeaderClassName
{
color: #290DB1;
}
.AnyTagClassName
{
color: #290DB1;
}
</style>
background-color css
<style>
a { background-color: #290DB1; }
a { background-color: rgb(41,13,177); }
div.DivClassName
{
background-color: #290DB1;
}
.BgClassName
{
background-color: #290DB1;
}
</style>
border-color css
<style>
span { border-color: #290DB1; }
span { border-color: rgb(41,13,177); }
td.TdClassName
{
border-color: #290DB1;
}
.TagClassName
{
border-color: #290DB1;
}
</style>