Shades of Ultramarine #2107AD
Tints of Ultramarine #2107AD
RGB
CMYK
RGB Variations
Color information
#2107AD (or 0x2107AD) is known color: Ultramarine. HEX triplet: 21, 07 and AD. RGB value is (33,7,173). Sum of RGB (Red+Green+Blue) = 33+7+173=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 173 (67.97% from 255 or 81.22% from 213); Max value from RGB is 173 - color contains mainly: blue. Hex color #2107AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2107AD is #DEF852. Grayscale: #212121. Windows color (decimal): -14612563 or 11339553. OLE color: 11339553.
HSL color Cylindrical-coordinate representation of color #2107AD: hue angle of 249.4º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2107AD is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 7 | 173 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.32 |
| HSL | 249.4º | 0.92% | 0.35% | - |
| HSV(B) | 249.4º | 0.96% | 0.68% | - |
| XYZ | 8.25 | 3.49 | 39.77 | - |
| YUV | 33.7 | 206.61 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 7 | 173 | 0.81 | 0.96 | 0 | 0.32 | 249.4 | 0.92 | 0.35 |
| Hex | 21 | 7 | AD | 51 | 60 | 0 | 20 | F9 | 5C | 23 |
| Octal | 41 | 7 | 255 | 121 | 140 | 0 | 40 | 371 | 134 | 43 |
| Binary | 100001 | 111 | 10101101 | 1010001 | 1100000 | 0 | 100000 | 11111001 | 1011100 | 100011 |
Color Harmonies of #2107AD
Complementary color
Monochromatic Colors of #2107AD
Black with #2107AD
Text Example
Text Example
White with #2107AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2107AD; }
p { color: rgb(33,7,173); }
H1.HeaderClassName
{
color: #2107AD;
}
.AnyTagClassName
{
color: #2107AD;
}
</style>
background-color css
<style>
a { background-color: #2107AD; }
a { background-color: rgb(33,7,173); }
div.DivClassName
{
background-color: #2107AD;
}
.BgClassName
{
background-color: #2107AD;
}
</style>
border-color css
<style>
span { border-color: #2107AD; }
span { border-color: rgb(33,7,173); }
td.TdClassName
{
border-color: #2107AD;
}
.TagClassName
{
border-color: #2107AD;
}
</style>