Shades of Ultramarine #2002AD
Tints of Ultramarine #2002AD
RGB
CMYK
RGB Variations
Color information
#2002AD (or 0x2002AD) is known color: Ultramarine. HEX triplet: 20, 02 and AD. RGB value is (32,2,173). Sum of RGB (Red+Green+Blue) = 32+2+173=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 173 (67.97% from 255 or 83.57% from 207); Max value from RGB is 173 - color contains mainly: blue. Hex color #2002AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2002AD is #DFFD52. Grayscale: #1D1D1D. Windows color (decimal): -14679379 or 11338272. OLE color: 11338272.
HSL color Cylindrical-coordinate representation of color #2002AD: hue angle of 250.53º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2002AD is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 2 | 173 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.32 |
| HSL | 250.53º | 0.98% | 0.34% | - |
| HSV(B) | 250.53º | 0.99% | 0.68% | - |
| XYZ | 8.16 | 3.37 | 39.76 | - |
| YUV | 30.46 | 208.44 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 173 | 0.82 | 0.99 | 0 | 0.32 | 250.53 | 0.98 | 0.34 |
| Hex | 20 | 2 | AD | 52 | 63 | 0 | 20 | FB | 62 | 22 |
| Octal | 40 | 2 | 255 | 122 | 143 | 0 | 40 | 373 | 142 | 42 |
| Binary | 100000 | 10 | 10101101 | 1010010 | 1100011 | 0 | 100000 | 11111011 | 1100010 | 100010 |
Color Harmonies of #2002AD
Complementary color
Monochromatic Colors of #2002AD
Black with #2002AD
Text Example
Text Example
White with #2002AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2002AD; }
p { color: rgb(32,2,173); }
H1.HeaderClassName
{
color: #2002AD;
}
.AnyTagClassName
{
color: #2002AD;
}
</style>
background-color css
<style>
a { background-color: #2002AD; }
a { background-color: rgb(32,2,173); }
div.DivClassName
{
background-color: #2002AD;
}
.BgClassName
{
background-color: #2002AD;
}
</style>
border-color css
<style>
span { border-color: #2002AD; }
span { border-color: rgb(32,2,173); }
td.TdClassName
{
border-color: #2002AD;
}
.TagClassName
{
border-color: #2002AD;
}
</style>