Shades of Ultramarine #201AAD
Tints of Ultramarine #201AAD
RGB
CMYK
RGB Variations
Color information
#201AAD (or 0x201AAD) is known color: Ultramarine. HEX triplet: 20, 1A and AD. RGB value is (32,26,173). Sum of RGB (Red+Green+Blue) = 32+26+173=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 173 (67.97% from 255 or 74.89% from 231); Max value from RGB is 173 - color contains mainly: blue. Hex color #201AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201AAD is #DFE552. Grayscale: #2B2B2B. Windows color (decimal): -14673235 or 11344416. OLE color: 11344416.
HSL color Cylindrical-coordinate representation of color #201AAD: hue angle of 242.45º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201AAD is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 26 | 173 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.32 |
| HSL | 242.45º | 0.74% | 0.39% | - |
| HSV(B) | 242.45º | 0.85% | 0.68% | - |
| XYZ | 8.51 | 4.06 | 39.87 | - |
| YUV | 44.55 | 200.49 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 173 | 0.82 | 0.85 | 0 | 0.32 | 242.45 | 0.74 | 0.39 |
| Hex | 20 | 1A | AD | 52 | 55 | 0 | 20 | F2 | 4A | 27 |
| Octal | 40 | 32 | 255 | 122 | 125 | 0 | 40 | 362 | 112 | 47 |
| Binary | 100000 | 11010 | 10101101 | 1010010 | 1010101 | 0 | 100000 | 11110010 | 1001010 | 100111 |
Color Harmonies of #201AAD
Complementary color
Monochromatic Colors of #201AAD
Black with #201AAD
Text Example
Text Example
White with #201AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201AAD; }
p { color: rgb(32,26,173); }
H1.HeaderClassName
{
color: #201AAD;
}
.AnyTagClassName
{
color: #201AAD;
}
</style>
background-color css
<style>
a { background-color: #201AAD; }
a { background-color: rgb(32,26,173); }
div.DivClassName
{
background-color: #201AAD;
}
.BgClassName
{
background-color: #201AAD;
}
</style>
border-color css
<style>
span { border-color: #201AAD; }
span { border-color: rgb(32,26,173); }
td.TdClassName
{
border-color: #201AAD;
}
.TagClassName
{
border-color: #201AAD;
}
</style>