Shades of Ultramarine #2005AA
Tints of Ultramarine #2005AA
RGB
CMYK
RGB Variations
Color information
#2005AA (or 0x2005AA) is known color: Ultramarine. HEX triplet: 20, 05 and AA. RGB value is (32,5,170). Sum of RGB (Red+Green+Blue) = 32+5+170=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 170 (66.80% from 255 or 82.13% from 207); Max value from RGB is 170 - color contains mainly: blue. Hex color #2005AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2005AA is #DFFA55. Grayscale: #1F1F1F. Windows color (decimal): -14678614 or 11142432. OLE color: 11142432.
HSL color Cylindrical-coordinate representation of color #2005AA: hue angle of 249.82º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2005AA is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 5 | 170 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.33 |
| HSL | 249.82º | 0.94% | 0.34% | - |
| HSV(B) | 249.82º | 0.97% | 0.67% | - |
| XYZ | 7.91 | 3.32 | 38.25 | - |
| YUV | 31.88 | 205.95 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 170 | 0.81 | 0.97 | 0 | 0.33 | 249.82 | 0.94 | 0.34 |
| Hex | 20 | 5 | AA | 51 | 61 | 0 | 21 | FA | 5E | 22 |
| Octal | 40 | 5 | 252 | 121 | 141 | 0 | 41 | 372 | 136 | 42 |
| Binary | 100000 | 101 | 10101010 | 1010001 | 1100001 | 0 | 100001 | 11111010 | 1011110 | 100010 |
Color Harmonies of #2005AA
Complementary color
Monochromatic Colors of #2005AA
Black with #2005AA
Text Example
Text Example
White with #2005AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2005AA; }
p { color: rgb(32,5,170); }
H1.HeaderClassName
{
color: #2005AA;
}
.AnyTagClassName
{
color: #2005AA;
}
</style>
background-color css
<style>
a { background-color: #2005AA; }
a { background-color: rgb(32,5,170); }
div.DivClassName
{
background-color: #2005AA;
}
.BgClassName
{
background-color: #2005AA;
}
</style>
border-color css
<style>
span { border-color: #2005AA; }
span { border-color: rgb(32,5,170); }
td.TdClassName
{
border-color: #2005AA;
}
.TagClassName
{
border-color: #2005AA;
}
</style>