Shades of Ultramarine #2019AC
Tints of Ultramarine #2019AC
RGB
CMYK
RGB Variations
Color information
#2019AC (or 0x2019AC) is known color: Ultramarine. HEX triplet: 20, 19 and AC. RGB value is (32,25,172). Sum of RGB (Red+Green+Blue) = 32+25+172=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 172 (67.58% from 255 or 75.11% from 229); Max value from RGB is 172 - color contains mainly: blue. Hex color #2019AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2019AC is #DFE653. Grayscale: #2B2B2B. Windows color (decimal): -14673492 or 11278624. OLE color: 11278624.
HSL color Cylindrical-coordinate representation of color #2019AC: hue angle of 242.86º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2019AC is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 25 | 172 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.33 |
| HSL | 242.86º | 0.75% | 0.39% | - |
| HSV(B) | 242.86º | 0.85% | 0.67% | - |
| XYZ | 8.39 | 3.98 | 39.36 | - |
| YUV | 43.85 | 200.32 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 172 | 0.81 | 0.85 | 0 | 0.33 | 242.86 | 0.75 | 0.39 |
| Hex | 20 | 19 | AC | 51 | 55 | 0 | 21 | F3 | 4B | 27 |
| Octal | 40 | 31 | 254 | 121 | 125 | 0 | 41 | 363 | 113 | 47 |
| Binary | 100000 | 11001 | 10101100 | 1010001 | 1010101 | 0 | 100001 | 11110011 | 1001011 | 100111 |
Color Harmonies of #2019AC
Complementary color
Monochromatic Colors of #2019AC
Black with #2019AC
Text Example
Text Example
White with #2019AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2019AC; }
p { color: rgb(32,25,172); }
H1.HeaderClassName
{
color: #2019AC;
}
.AnyTagClassName
{
color: #2019AC;
}
</style>
background-color css
<style>
a { background-color: #2019AC; }
a { background-color: rgb(32,25,172); }
div.DivClassName
{
background-color: #2019AC;
}
.BgClassName
{
background-color: #2019AC;
}
</style>
border-color css
<style>
span { border-color: #2019AC; }
span { border-color: rgb(32,25,172); }
td.TdClassName
{
border-color: #2019AC;
}
.TagClassName
{
border-color: #2019AC;
}
</style>