Shades of Ultramarine #2102AD
Tints of Ultramarine #2102AD
RGB
CMYK
RGB Variations
Color information
#2102AD (or 0x2102AD) is known color: Ultramarine. HEX triplet: 21, 02 and AD. RGB value is (33,2,173). Sum of RGB (Red+Green+Blue) = 33+2+173=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 173 (67.97% from 255 or 83.17% from 208); Max value from RGB is 173 - color contains mainly: blue. Hex color #2102AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2102AD is #DEFD52. Grayscale: #1E1E1E. Windows color (decimal): -14613843 or 11338273. OLE color: 11338273.
HSL color Cylindrical-coordinate representation of color #2102AD: hue angle of 250.88º 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 #2102AD is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 2 | 173 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.32 |
| HSL | 250.88º | 0.98% | 0.34% | - |
| HSV(B) | 250.88º | 0.99% | 0.68% | - |
| XYZ | 8.19 | 3.38 | 39.76 | - |
| YUV | 30.76 | 208.27 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 2 | 173 | 0.81 | 0.99 | 0 | 0.32 | 250.88 | 0.98 | 0.34 |
| Hex | 21 | 2 | AD | 51 | 63 | 0 | 20 | FB | 62 | 22 |
| Octal | 41 | 2 | 255 | 121 | 143 | 0 | 40 | 373 | 142 | 42 |
| Binary | 100001 | 10 | 10101101 | 1010001 | 1100011 | 0 | 100000 | 11111011 | 1100010 | 100010 |
Color Harmonies of #2102AD
Complementary color
Monochromatic Colors of #2102AD
Black with #2102AD
Text Example
Text Example
White with #2102AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2102AD; }
p { color: rgb(33,2,173); }
H1.HeaderClassName
{
color: #2102AD;
}
.AnyTagClassName
{
color: #2102AD;
}
</style>
background-color css
<style>
a { background-color: #2102AD; }
a { background-color: rgb(33,2,173); }
div.DivClassName
{
background-color: #2102AD;
}
.BgClassName
{
background-color: #2102AD;
}
</style>
border-color css
<style>
span { border-color: #2102AD; }
span { border-color: rgb(33,2,173); }
td.TdClassName
{
border-color: #2102AD;
}
.TagClassName
{
border-color: #2102AD;
}
</style>