Shades of Ultramarine #2004AA
Tints of Ultramarine #2004AA
RGB
CMYK
RGB Variations
Color information
#2004AA (or 0x2004AA) is known color: Ultramarine. HEX triplet: 20, 04 and AA. RGB value is (32,4,170). Sum of RGB (Red+Green+Blue) = 32+4+170=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 170 (66.80% from 255 or 82.52% from 206); Max value from RGB is 170 - color contains mainly: blue. Hex color #2004AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2004AA is #DFFB55. Grayscale: #1E1E1E. Windows color (decimal): -14678870 or 11142176. OLE color: 11142176.
HSL color Cylindrical-coordinate representation of color #2004AA: hue angle of 250.12º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2004AA is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 4 | 170 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.33 |
| HSL | 250.12º | 0.95% | 0.34% | - |
| HSV(B) | 250.12º | 0.98% | 0.67% | - |
| XYZ | 7.89 | 3.3 | 38.25 | - |
| YUV | 31.3 | 206.28 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 170 | 0.81 | 0.98 | 0 | 0.33 | 250.12 | 0.95 | 0.34 |
| Hex | 20 | 4 | AA | 51 | 62 | 0 | 21 | FA | 5F | 22 |
| Octal | 40 | 4 | 252 | 121 | 142 | 0 | 41 | 372 | 137 | 42 |
| Binary | 100000 | 100 | 10101010 | 1010001 | 1100010 | 0 | 100001 | 11111010 | 1011111 | 100010 |
Color Harmonies of #2004AA
Complementary color
Monochromatic Colors of #2004AA
Black with #2004AA
Text Example
Text Example
White with #2004AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2004AA; }
p { color: rgb(32,4,170); }
H1.HeaderClassName
{
color: #2004AA;
}
.AnyTagClassName
{
color: #2004AA;
}
</style>
background-color css
<style>
a { background-color: #2004AA; }
a { background-color: rgb(32,4,170); }
div.DivClassName
{
background-color: #2004AA;
}
.BgClassName
{
background-color: #2004AA;
}
</style>
border-color css
<style>
span { border-color: #2004AA; }
span { border-color: rgb(32,4,170); }
td.TdClassName
{
border-color: #2004AA;
}
.TagClassName
{
border-color: #2004AA;
}
</style>