Shades of Ultramarine #210DAD
Tints of Ultramarine #210DAD
RGB
CMYK
RGB Variations
Color information
#210DAD (or 0x210DAD) is known color: Ultramarine. HEX triplet: 21, 0D and AD. RGB value is (33,13,173). Sum of RGB (Red+Green+Blue) = 33+13+173=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 173 (67.97% from 255 or 79.00% from 219); Max value from RGB is 173 - color contains mainly: blue. Hex color #210DAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210DAD is #DEF252. Grayscale: #242424. Windows color (decimal): -14611027 or 11341089. OLE color: 11341089.
HSL color Cylindrical-coordinate representation of color #210DAD: hue angle of 247.5º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #210DAD is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 13 | 173 | - |
| CMYK | 0.81 | 0.92 | 0 | 0.32 |
| HSL | 247.5º | 0.86% | 0.36% | - |
| HSV(B) | 247.5º | 0.92% | 0.68% | - |
| XYZ | 8.31 | 3.63 | 39.8 | - |
| YUV | 37.22 | 204.63 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 173 | 0.81 | 0.92 | 0 | 0.32 | 247.5 | 0.86 | 0.36 |
| Hex | 21 | D | AD | 51 | 5C | 0 | 20 | F8 | 56 | 24 |
| Octal | 41 | 15 | 255 | 121 | 134 | 0 | 40 | 370 | 126 | 44 |
| Binary | 100001 | 1101 | 10101101 | 1010001 | 1011100 | 0 | 100000 | 11111000 | 1010110 | 100100 |
Color Harmonies of #210DAD
Complementary color
Monochromatic Colors of #210DAD
Black with #210DAD
Text Example
Text Example
White with #210DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210DAD; }
p { color: rgb(33,13,173); }
H1.HeaderClassName
{
color: #210DAD;
}
.AnyTagClassName
{
color: #210DAD;
}
</style>
background-color css
<style>
a { background-color: #210DAD; }
a { background-color: rgb(33,13,173); }
div.DivClassName
{
background-color: #210DAD;
}
.BgClassName
{
background-color: #210DAD;
}
</style>
border-color css
<style>
span { border-color: #210DAD; }
span { border-color: rgb(33,13,173); }
td.TdClassName
{
border-color: #210DAD;
}
.TagClassName
{
border-color: #210DAD;
}
</style>