Shades of Ultramarine #2005A9
Tints of Ultramarine #2005A9
RGB
CMYK
RGB Variations
Color information
#2005A9 (or 0x2005A9) is known color: Ultramarine. HEX triplet: 20, 05 and A9. RGB value is (32,5,169). Sum of RGB (Red+Green+Blue) = 32+5+169=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 169 (66.41% from 255 or 82.04% from 206); Max value from RGB is 169 - color contains mainly: blue. Hex color #2005A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2005A9 is #DFFA56. Grayscale: #1F1F1F. Windows color (decimal): -14678615 or 11076896. OLE color: 11076896.
HSL color Cylindrical-coordinate representation of color #2005A9: hue angle of 249.88º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2005A9 is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 32 | 5 | 169 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.34 |
| HSL | 249.88º | 0.94% | 0.34% | - |
| HSV(B) | 249.88º | 0.97% | 0.66% | - |
| XYZ | 7.81 | 3.28 | 37.76 | - |
| YUV | 31.77 | 205.45 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 169 | 0.81 | 0.97 | 0 | 0.34 | 249.88 | 0.94 | 0.34 |
| Hex | 20 | 5 | A9 | 51 | 61 | 0 | 22 | FA | 5E | 22 |
| Octal | 40 | 5 | 251 | 121 | 141 | 0 | 42 | 372 | 136 | 42 |
| Binary | 100000 | 101 | 10101001 | 1010001 | 1100001 | 0 | 100010 | 11111010 | 1011110 | 100010 |
Color Harmonies of #2005A9
Complementary color
Monochromatic Colors of #2005A9
Black with #2005A9
Text Example
Text Example
White with #2005A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2005A9; }
p { color: rgb(32,5,169); }
H1.HeaderClassName
{
color: #2005A9;
}
.AnyTagClassName
{
color: #2005A9;
}
</style>
background-color css
<style>
a { background-color: #2005A9; }
a { background-color: rgb(32,5,169); }
div.DivClassName
{
background-color: #2005A9;
}
.BgClassName
{
background-color: #2005A9;
}
</style>
border-color css
<style>
span { border-color: #2005A9; }
span { border-color: rgb(32,5,169); }
td.TdClassName
{
border-color: #2005A9;
}
.TagClassName
{
border-color: #2005A9;
}
</style>