Shades of Ultramarine #2116AD
Tints of Ultramarine #2116AD
RGB
CMYK
RGB Variations
Color information
#2116AD (or 0x2116AD) is known color: Ultramarine. HEX triplet: 21, 16 and AD. RGB value is (33,22,173). Sum of RGB (Red+Green+Blue) = 33+22+173=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 173 (67.97% from 255 or 75.88% from 228); Max value from RGB is 173 - color contains mainly: blue. Hex color #2116AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2116AD is #DEE952. Grayscale: #292929. Windows color (decimal): -14608723 or 11343393. OLE color: 11343393.
HSL color Cylindrical-coordinate representation of color #2116AD: hue angle of 244.37º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2116AD is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 22 | 173 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.32 |
| HSL | 244.37º | 0.77% | 0.38% | - |
| HSV(B) | 244.37º | 0.87% | 0.68% | - |
| XYZ | 8.46 | 3.91 | 39.84 | - |
| YUV | 42.5 | 201.64 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 173 | 0.81 | 0.87 | 0 | 0.32 | 244.37 | 0.77 | 0.38 |
| Hex | 21 | 16 | AD | 51 | 57 | 0 | 20 | F4 | 4D | 26 |
| Octal | 41 | 26 | 255 | 121 | 127 | 0 | 40 | 364 | 115 | 46 |
| Binary | 100001 | 10110 | 10101101 | 1010001 | 1010111 | 0 | 100000 | 11110100 | 1001101 | 100110 |
Color Harmonies of #2116AD
Complementary color
Monochromatic Colors of #2116AD
Black with #2116AD
Text Example
Text Example
White with #2116AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2116AD; }
p { color: rgb(33,22,173); }
H1.HeaderClassName
{
color: #2116AD;
}
.AnyTagClassName
{
color: #2116AD;
}
</style>
background-color css
<style>
a { background-color: #2116AD; }
a { background-color: rgb(33,22,173); }
div.DivClassName
{
background-color: #2116AD;
}
.BgClassName
{
background-color: #2116AD;
}
</style>
border-color css
<style>
span { border-color: #2116AD; }
span { border-color: rgb(33,22,173); }
td.TdClassName
{
border-color: #2116AD;
}
.TagClassName
{
border-color: #2116AD;
}
</style>