Shades of Ultramarine #201CA1
Tints of Ultramarine #201CA1
RGB
CMYK
RGB Variations
Color information
#201CA1 (or 0x201CA1) is known color: Ultramarine. HEX triplet: 20, 1C and A1. RGB value is (32,28,161). Sum of RGB (Red+Green+Blue) = 32+28+161=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 161 (63.28% from 255 or 72.85% from 221); Max value from RGB is 161 - color contains mainly: blue. Hex color #201CA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201CA1 is #DFE35E. Grayscale: #2B2B2B. Windows color (decimal): -14672735 or 10558496. OLE color: 10558496.
HSL color Cylindrical-coordinate representation of color #201CA1: hue angle of 241.8º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #201CA1 is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 28 | 161 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.37 |
| HSL | 241.8º | 0.7% | 0.37% | - |
| HSV(B) | 241.8º | 0.83% | 0.63% | - |
| XYZ | 7.44 | 3.71 | 34.04 | - |
| YUV | 44.36 | 193.83 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 161 | 0.80 | 0.83 | 0 | 0.37 | 241.8 | 0.7 | 0.37 |
| Hex | 20 | 1C | A1 | 50 | 53 | 0 | 25 | F2 | 46 | 25 |
| Octal | 40 | 34 | 241 | 120 | 123 | 0 | 45 | 362 | 106 | 45 |
| Binary | 100000 | 11100 | 10100001 | 1010000 | 1010011 | 0 | 100101 | 11110010 | 1000110 | 100101 |
Color Harmonies of #201CA1
Complementary color
Monochromatic Colors of #201CA1
Black with #201CA1
Text Example
Text Example
White with #201CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201CA1; }
p { color: rgb(32,28,161); }
H1.HeaderClassName
{
color: #201CA1;
}
.AnyTagClassName
{
color: #201CA1;
}
</style>
background-color css
<style>
a { background-color: #201CA1; }
a { background-color: rgb(32,28,161); }
div.DivClassName
{
background-color: #201CA1;
}
.BgClassName
{
background-color: #201CA1;
}
</style>
border-color css
<style>
span { border-color: #201CA1; }
span { border-color: rgb(32,28,161); }
td.TdClassName
{
border-color: #201CA1;
}
.TagClassName
{
border-color: #201CA1;
}
</style>