Shades of Ultramarine #2015AE
Tints of Ultramarine #2015AE
RGB
CMYK
RGB Variations
Color information
#2015AE (or 0x2015AE) is known color: Ultramarine. HEX triplet: 20, 15 and AE. RGB value is (32,21,174). Sum of RGB (Red+Green+Blue) = 32+21+174=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 174 (68.36% from 255 or 76.65% from 227); Max value from RGB is 174 - color contains mainly: blue. Hex color #2015AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2015AE is #DFEA51. Grayscale: #292929. Windows color (decimal): -14674514 or 11408672. OLE color: 11408672.
HSL color Cylindrical-coordinate representation of color #2015AE: hue angle of 244.31º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2015AE is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 21 | 174 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.32 |
| HSL | 244.31º | 0.78% | 0.38% | - |
| HSV(B) | 244.31º | 0.88% | 0.68% | - |
| XYZ | 8.5 | 3.9 | 40.35 | - |
| YUV | 41.73 | 202.64 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 174 | 0.82 | 0.88 | 0 | 0.32 | 244.31 | 0.78 | 0.38 |
| Hex | 20 | 15 | AE | 52 | 58 | 0 | 20 | F4 | 4E | 26 |
| Octal | 40 | 25 | 256 | 122 | 130 | 0 | 40 | 364 | 116 | 46 |
| Binary | 100000 | 10101 | 10101110 | 1010010 | 1011000 | 0 | 100000 | 11110100 | 1001110 | 100110 |
Color Harmonies of #2015AE
Complementary color
Monochromatic Colors of #2015AE
Black with #2015AE
Text Example
Text Example
White with #2015AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2015AE; }
p { color: rgb(32,21,174); }
H1.HeaderClassName
{
color: #2015AE;
}
.AnyTagClassName
{
color: #2015AE;
}
</style>
background-color css
<style>
a { background-color: #2015AE; }
a { background-color: rgb(32,21,174); }
div.DivClassName
{
background-color: #2015AE;
}
.BgClassName
{
background-color: #2015AE;
}
</style>
border-color css
<style>
span { border-color: #2015AE; }
span { border-color: rgb(32,21,174); }
td.TdClassName
{
border-color: #2015AE;
}
.TagClassName
{
border-color: #2015AE;
}
</style>