Shades of Ultramarine #2015AA
Tints of Ultramarine #2015AA
RGB
CMYK
RGB Variations
Color information
#2015AA (or 0x2015AA) is known color: Ultramarine. HEX triplet: 20, 15 and AA. RGB value is (32,21,170). Sum of RGB (Red+Green+Blue) = 32+21+170=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 170 (66.80% from 255 or 76.23% from 223); Max value from RGB is 170 - color contains mainly: blue. Hex color #2015AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2015AA is #DFEA55. Grayscale: #282828. Windows color (decimal): -14674518 or 11146528. OLE color: 11146528.
HSL color Cylindrical-coordinate representation of color #2015AA: hue angle of 244.43º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2015AA is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 21 | 170 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.33 |
| HSL | 244.43º | 0.78% | 0.37% | - |
| HSV(B) | 244.43º | 0.88% | 0.67% | - |
| XYZ | 8.12 | 3.75 | 38.33 | - |
| YUV | 41.28 | 200.64 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 170 | 0.81 | 0.88 | 0 | 0.33 | 244.43 | 0.78 | 0.37 |
| Hex | 20 | 15 | AA | 51 | 58 | 0 | 21 | F4 | 4E | 25 |
| Octal | 40 | 25 | 252 | 121 | 130 | 0 | 41 | 364 | 116 | 45 |
| Binary | 100000 | 10101 | 10101010 | 1010001 | 1011000 | 0 | 100001 | 11110100 | 1001110 | 100101 |
Color Harmonies of #2015AA
Complementary color
Monochromatic Colors of #2015AA
Black with #2015AA
Text Example
Text Example
White with #2015AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2015AA; }
p { color: rgb(32,21,170); }
H1.HeaderClassName
{
color: #2015AA;
}
.AnyTagClassName
{
color: #2015AA;
}
</style>
background-color css
<style>
a { background-color: #2015AA; }
a { background-color: rgb(32,21,170); }
div.DivClassName
{
background-color: #2015AA;
}
.BgClassName
{
background-color: #2015AA;
}
</style>
border-color css
<style>
span { border-color: #2015AA; }
span { border-color: rgb(32,21,170); }
td.TdClassName
{
border-color: #2015AA;
}
.TagClassName
{
border-color: #2015AA;
}
</style>