Shades of Ultramarine #2016A5
Tints of Ultramarine #2016A5
RGB
CMYK
RGB Variations
Color information
#2016A5 (or 0x2016A5) is known color: Ultramarine. HEX triplet: 20, 16 and A5. RGB value is (32,22,165). Sum of RGB (Red+Green+Blue) = 32+22+165=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 165 (64.84% from 255 or 75.34% from 219); Max value from RGB is 165 - color contains mainly: blue. Hex color #2016A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2016A5 is #DFE95A. Grayscale: #282828. Windows color (decimal): -14674267 or 10819104. OLE color: 10819104.
HSL color Cylindrical-coordinate representation of color #2016A5: hue angle of 244.2º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2016A5 is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 32 | 22 | 165 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.35 |
| HSL | 244.2º | 0.76% | 0.37% | - |
| HSV(B) | 244.2º | 0.87% | 0.65% | - |
| XYZ | 7.67 | 3.6 | 35.89 | - |
| YUV | 41.29 | 197.81 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 165 | 0.81 | 0.87 | 0 | 0.35 | 244.2 | 0.76 | 0.37 |
| Hex | 20 | 16 | A5 | 51 | 57 | 0 | 23 | F4 | 4C | 25 |
| Octal | 40 | 26 | 245 | 121 | 127 | 0 | 43 | 364 | 114 | 45 |
| Binary | 100000 | 10110 | 10100101 | 1010001 | 1010111 | 0 | 100011 | 11110100 | 1001100 | 100101 |
Color Harmonies of #2016A5
Complementary color
Monochromatic Colors of #2016A5
Black with #2016A5
Text Example
Text Example
White with #2016A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2016A5; }
p { color: rgb(32,22,165); }
H1.HeaderClassName
{
color: #2016A5;
}
.AnyTagClassName
{
color: #2016A5;
}
</style>
background-color css
<style>
a { background-color: #2016A5; }
a { background-color: rgb(32,22,165); }
div.DivClassName
{
background-color: #2016A5;
}
.BgClassName
{
background-color: #2016A5;
}
</style>
border-color css
<style>
span { border-color: #2016A5; }
span { border-color: rgb(32,22,165); }
td.TdClassName
{
border-color: #2016A5;
}
.TagClassName
{
border-color: #2016A5;
}
</style>