Shades of Ultramarine #2016AB
Tints of Ultramarine #2016AB
RGB
CMYK
RGB Variations
Color information
#2016AB (or 0x2016AB) is known color: Ultramarine. HEX triplet: 20, 16 and AB. RGB value is (32,22,171). Sum of RGB (Red+Green+Blue) = 32+22+171=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 171 (67.19% from 255 or 76% from 225); Max value from RGB is 171 - color contains mainly: blue. Hex color #2016AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2016AB is #DFE954. Grayscale: #292929. Windows color (decimal): -14674261 or 11212320. OLE color: 11212320.
HSL color Cylindrical-coordinate representation of color #2016AB: hue angle of 244.03º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2016AB is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 22 | 171 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.33 |
| HSL | 244.03º | 0.77% | 0.38% | - |
| HSV(B) | 244.03º | 0.87% | 0.67% | - |
| XYZ | 8.23 | 3.82 | 38.83 | - |
| YUV | 41.98 | 200.81 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 171 | 0.81 | 0.87 | 0 | 0.33 | 244.03 | 0.77 | 0.38 |
| Hex | 20 | 16 | AB | 51 | 57 | 0 | 21 | F4 | 4D | 26 |
| Octal | 40 | 26 | 253 | 121 | 127 | 0 | 41 | 364 | 115 | 46 |
| Binary | 100000 | 10110 | 10101011 | 1010001 | 1010111 | 0 | 100001 | 11110100 | 1001101 | 100110 |
Color Harmonies of #2016AB
Complementary color
Monochromatic Colors of #2016AB
Black with #2016AB
Text Example
Text Example
White with #2016AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2016AB; }
p { color: rgb(32,22,171); }
H1.HeaderClassName
{
color: #2016AB;
}
.AnyTagClassName
{
color: #2016AB;
}
</style>
background-color css
<style>
a { background-color: #2016AB; }
a { background-color: rgb(32,22,171); }
div.DivClassName
{
background-color: #2016AB;
}
.BgClassName
{
background-color: #2016AB;
}
</style>
border-color css
<style>
span { border-color: #2016AB; }
span { border-color: rgb(32,22,171); }
td.TdClassName
{
border-color: #2016AB;
}
.TagClassName
{
border-color: #2016AB;
}
</style>