Shades of Ultramarine #2015AD
Tints of Ultramarine #2015AD
RGB
CMYK
RGB Variations
Color information
#2015AD (or 0x2015AD) is known color: Ultramarine. HEX triplet: 20, 15 and AD. RGB value is (32,21,173). Sum of RGB (Red+Green+Blue) = 32+21+173=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 173 (67.97% from 255 or 76.55% from 226); Max value from RGB is 173 - color contains mainly: blue. Hex color #2015AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2015AD is #DFEA52. Grayscale: #292929. Windows color (decimal): -14674515 or 11343136. OLE color: 11343136.
HSL color Cylindrical-coordinate representation of color #2015AD: hue angle of 244.34º 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 #2015AD is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 21 | 173 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.32 |
| HSL | 244.34º | 0.78% | 0.38% | - |
| HSV(B) | 244.34º | 0.88% | 0.68% | - |
| XYZ | 8.41 | 3.86 | 39.84 | - |
| YUV | 41.62 | 202.14 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 173 | 0.82 | 0.88 | 0 | 0.32 | 244.34 | 0.78 | 0.38 |
| Hex | 20 | 15 | AD | 52 | 58 | 0 | 20 | F4 | 4E | 26 |
| Octal | 40 | 25 | 255 | 122 | 130 | 0 | 40 | 364 | 116 | 46 |
| Binary | 100000 | 10101 | 10101101 | 1010010 | 1011000 | 0 | 100000 | 11110100 | 1001110 | 100110 |
Color Harmonies of #2015AD
Complementary color
Monochromatic Colors of #2015AD
Black with #2015AD
Text Example
Text Example
White with #2015AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2015AD; }
p { color: rgb(32,21,173); }
H1.HeaderClassName
{
color: #2015AD;
}
.AnyTagClassName
{
color: #2015AD;
}
</style>
background-color css
<style>
a { background-color: #2015AD; }
a { background-color: rgb(32,21,173); }
div.DivClassName
{
background-color: #2015AD;
}
.BgClassName
{
background-color: #2015AD;
}
</style>
border-color css
<style>
span { border-color: #2015AD; }
span { border-color: rgb(32,21,173); }
td.TdClassName
{
border-color: #2015AD;
}
.TagClassName
{
border-color: #2015AD;
}
</style>