Shades of Ultramarine #2019AF
Tints of Ultramarine #2019AF
RGB
CMYK
RGB Variations
Color information
#2019AF (or 0x2019AF) is known color: Ultramarine. HEX triplet: 20, 19 and AF. RGB value is (32,25,175). Sum of RGB (Red+Green+Blue) = 32+25+175=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 175 (68.75% from 255 or 75.43% from 232); Max value from RGB is 175 - color contains mainly: blue. Hex color #2019AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2019AF is #DFE650. Grayscale: #2B2B2B. Windows color (decimal): -14673489 or 11475232. OLE color: 11475232.
HSL color Cylindrical-coordinate representation of color #2019AF: hue angle of 242.8º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2019AF is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 25 | 175 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.31 |
| HSL | 242.8º | 0.75% | 0.39% | - |
| HSV(B) | 242.8º | 0.86% | 0.69% | - |
| XYZ | 8.68 | 4.1 | 40.89 | - |
| YUV | 44.19 | 201.82 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 175 | 0.82 | 0.86 | 0 | 0.31 | 242.8 | 0.75 | 0.39 |
| Hex | 20 | 19 | AF | 52 | 56 | 0 | 1F | F3 | 4B | 27 |
| Octal | 40 | 31 | 257 | 122 | 126 | 0 | 37 | 363 | 113 | 47 |
| Binary | 100000 | 11001 | 10101111 | 1010010 | 1010110 | 0 | 11111 | 11110011 | 1001011 | 100111 |
Color Harmonies of #2019AF
Complementary color
Monochromatic Colors of #2019AF
Black with #2019AF
Text Example
Text Example
White with #2019AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2019AF; }
p { color: rgb(32,25,175); }
H1.HeaderClassName
{
color: #2019AF;
}
.AnyTagClassName
{
color: #2019AF;
}
</style>
background-color css
<style>
a { background-color: #2019AF; }
a { background-color: rgb(32,25,175); }
div.DivClassName
{
background-color: #2019AF;
}
.BgClassName
{
background-color: #2019AF;
}
</style>
border-color css
<style>
span { border-color: #2019AF; }
span { border-color: rgb(32,25,175); }
td.TdClassName
{
border-color: #2019AF;
}
.TagClassName
{
border-color: #2019AF;
}
</style>