Shades of Ultramarine #2015AF
Tints of Ultramarine #2015AF
RGB
CMYK
RGB Variations
Color information
#2015AF (or 0x2015AF) is known color: Ultramarine. HEX triplet: 20, 15 and AF. RGB value is (32,21,175). Sum of RGB (Red+Green+Blue) = 32+21+175=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 175 (68.75% from 255 or 76.75% from 228); Max value from RGB is 175 - color contains mainly: blue. Hex color #2015AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2015AF is #DFEA50. Grayscale: #292929. Windows color (decimal): -14674513 or 11474208. OLE color: 11474208.
HSL color Cylindrical-coordinate representation of color #2015AF: hue angle of 244.29º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2015AF is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 21 | 175 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.31 |
| HSL | 244.29º | 0.79% | 0.38% | - |
| HSV(B) | 244.29º | 0.88% | 0.69% | - |
| XYZ | 8.6 | 3.94 | 40.86 | - |
| YUV | 41.85 | 203.14 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 175 | 0.82 | 0.88 | 0 | 0.31 | 244.29 | 0.79 | 0.38 |
| Hex | 20 | 15 | AF | 52 | 58 | 0 | 1F | F4 | 4F | 26 |
| Octal | 40 | 25 | 257 | 122 | 130 | 0 | 37 | 364 | 117 | 46 |
| Binary | 100000 | 10101 | 10101111 | 1010010 | 1011000 | 0 | 11111 | 11110100 | 1001111 | 100110 |
Color Harmonies of #2015AF
Complementary color
Monochromatic Colors of #2015AF
Black with #2015AF
Text Example
Text Example
White with #2015AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2015AF; }
p { color: rgb(32,21,175); }
H1.HeaderClassName
{
color: #2015AF;
}
.AnyTagClassName
{
color: #2015AF;
}
</style>
background-color css
<style>
a { background-color: #2015AF; }
a { background-color: rgb(32,21,175); }
div.DivClassName
{
background-color: #2015AF;
}
.BgClassName
{
background-color: #2015AF;
}
</style>
border-color css
<style>
span { border-color: #2015AF; }
span { border-color: rgb(32,21,175); }
td.TdClassName
{
border-color: #2015AF;
}
.TagClassName
{
border-color: #2015AF;
}
</style>