Shades of Ultramarine #2016AE
Tints of Ultramarine #2016AE
RGB
CMYK
RGB Variations
Color information
#2016AE (or 0x2016AE) is known color: Ultramarine. HEX triplet: 20, 16 and AE. RGB value is (32,22,174). Sum of RGB (Red+Green+Blue) = 32+22+174=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 174 (68.36% from 255 or 76.32% from 228); Max value from RGB is 174 - color contains mainly: blue. Hex color #2016AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2016AE is #DFE951. Grayscale: #292929. Windows color (decimal): -14674258 or 11408928. OLE color: 11408928.
HSL color Cylindrical-coordinate representation of color #2016AE: hue angle of 243.95º degrees, saturation: 0.78, 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 #2016AE is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 22 | 174 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.32 |
| HSL | 243.95º | 0.78% | 0.38% | - |
| HSV(B) | 243.95º | 0.87% | 0.68% | - |
| XYZ | 8.52 | 3.94 | 40.36 | - |
| YUV | 42.32 | 202.31 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 174 | 0.82 | 0.87 | 0 | 0.32 | 243.95 | 0.78 | 0.38 |
| Hex | 20 | 16 | AE | 52 | 57 | 0 | 20 | F4 | 4E | 26 |
| Octal | 40 | 26 | 256 | 122 | 127 | 0 | 40 | 364 | 116 | 46 |
| Binary | 100000 | 10110 | 10101110 | 1010010 | 1010111 | 0 | 100000 | 11110100 | 1001110 | 100110 |
Color Harmonies of #2016AE
Complementary color
Monochromatic Colors of #2016AE
Black with #2016AE
Text Example
Text Example
White with #2016AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2016AE; }
p { color: rgb(32,22,174); }
H1.HeaderClassName
{
color: #2016AE;
}
.AnyTagClassName
{
color: #2016AE;
}
</style>
background-color css
<style>
a { background-color: #2016AE; }
a { background-color: rgb(32,22,174); }
div.DivClassName
{
background-color: #2016AE;
}
.BgClassName
{
background-color: #2016AE;
}
</style>
border-color css
<style>
span { border-color: #2016AE; }
span { border-color: rgb(32,22,174); }
td.TdClassName
{
border-color: #2016AE;
}
.TagClassName
{
border-color: #2016AE;
}
</style>