Shades of Ultramarine #2002AE
Tints of Ultramarine #2002AE
RGB
CMYK
RGB Variations
Color information
#2002AE (or 0x2002AE) is known color: Ultramarine. HEX triplet: 20, 02 and AE. RGB value is (32,2,174). Sum of RGB (Red+Green+Blue) = 32+2+174=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 174 (68.36% from 255 or 83.65% from 208); Max value from RGB is 174 - color contains mainly: blue. Hex color #2002AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2002AE is #DFFD51. Grayscale: #1D1D1D. Windows color (decimal): -14679378 or 11403808. OLE color: 11403808.
HSL color Cylindrical-coordinate representation of color #2002AE: hue angle of 250.47º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2002AE is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 2 | 174 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.32 |
| HSL | 250.47º | 0.98% | 0.35% | - |
| HSV(B) | 250.47º | 0.99% | 0.68% | - |
| XYZ | 8.26 | 3.41 | 40.27 | - |
| YUV | 30.58 | 208.94 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 174 | 0.82 | 0.99 | 0 | 0.32 | 250.47 | 0.98 | 0.35 |
| Hex | 20 | 2 | AE | 52 | 63 | 0 | 20 | FA | 62 | 23 |
| Octal | 40 | 2 | 256 | 122 | 143 | 0 | 40 | 372 | 142 | 43 |
| Binary | 100000 | 10 | 10101110 | 1010010 | 1100011 | 0 | 100000 | 11111010 | 1100010 | 100011 |
Color Harmonies of #2002AE
Complementary color
Monochromatic Colors of #2002AE
Black with #2002AE
Text Example
Text Example
White with #2002AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2002AE; }
p { color: rgb(32,2,174); }
H1.HeaderClassName
{
color: #2002AE;
}
.AnyTagClassName
{
color: #2002AE;
}
</style>
background-color css
<style>
a { background-color: #2002AE; }
a { background-color: rgb(32,2,174); }
div.DivClassName
{
background-color: #2002AE;
}
.BgClassName
{
background-color: #2002AE;
}
</style>
border-color css
<style>
span { border-color: #2002AE; }
span { border-color: rgb(32,2,174); }
td.TdClassName
{
border-color: #2002AE;
}
.TagClassName
{
border-color: #2002AE;
}
</style>