Shades of Ultramarine #2019AD
Tints of Ultramarine #2019AD
RGB
CMYK
RGB Variations
Color information
#2019AD (or 0x2019AD) is known color: Ultramarine. HEX triplet: 20, 19 and AD. RGB value is (32,25,173). Sum of RGB (Red+Green+Blue) = 32+25+173=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 173 (67.97% from 255 or 75.22% from 230); Max value from RGB is 173 - color contains mainly: blue. Hex color #2019AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2019AD is #DFE652. Grayscale: #2B2B2B. Windows color (decimal): -14673491 or 11344160. OLE color: 11344160.
HSL color Cylindrical-coordinate representation of color #2019AD: hue angle of 242.84º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2019AD is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 25 | 173 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.32 |
| HSL | 242.84º | 0.75% | 0.39% | - |
| HSV(B) | 242.84º | 0.86% | 0.68% | - |
| XYZ | 8.49 | 4.02 | 39.86 | - |
| YUV | 43.97 | 200.82 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 173 | 0.82 | 0.86 | 0 | 0.32 | 242.84 | 0.75 | 0.39 |
| Hex | 20 | 19 | AD | 52 | 56 | 0 | 20 | F3 | 4B | 27 |
| Octal | 40 | 31 | 255 | 122 | 126 | 0 | 40 | 363 | 113 | 47 |
| Binary | 100000 | 11001 | 10101101 | 1010010 | 1010110 | 0 | 100000 | 11110011 | 1001011 | 100111 |
Color Harmonies of #2019AD
Complementary color
Monochromatic Colors of #2019AD
Black with #2019AD
Text Example
Text Example
White with #2019AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2019AD; }
p { color: rgb(32,25,173); }
H1.HeaderClassName
{
color: #2019AD;
}
.AnyTagClassName
{
color: #2019AD;
}
</style>
background-color css
<style>
a { background-color: #2019AD; }
a { background-color: rgb(32,25,173); }
div.DivClassName
{
background-color: #2019AD;
}
.BgClassName
{
background-color: #2019AD;
}
</style>
border-color css
<style>
span { border-color: #2019AD; }
span { border-color: rgb(32,25,173); }
td.TdClassName
{
border-color: #2019AD;
}
.TagClassName
{
border-color: #2019AD;
}
</style>