Shades of Ultramarine #201CAB
Tints of Ultramarine #201CAB
RGB
CMYK
RGB Variations
Color information
#201CAB (or 0x201CAB) is known color: Ultramarine. HEX triplet: 20, 1C and AB. RGB value is (32,28,171). Sum of RGB (Red+Green+Blue) = 32+28+171=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 171 (67.19% from 255 or 74.03% from 231); Max value from RGB is 171 - color contains mainly: blue. Hex color #201CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201CAB is #DFE354. Grayscale: #2C2C2C. Windows color (decimal): -14672725 or 11213856. OLE color: 11213856.
HSL color Cylindrical-coordinate representation of color #201CAB: hue angle of 241.68º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201CAB is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 28 | 171 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.33 |
| HSL | 241.68º | 0.72% | 0.39% | - |
| HSV(B) | 241.68º | 0.84% | 0.67% | - |
| XYZ | 8.36 | 4.08 | 38.87 | - |
| YUV | 45.5 | 198.83 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 171 | 0.81 | 0.84 | 0 | 0.33 | 241.68 | 0.72 | 0.39 |
| Hex | 20 | 1C | AB | 51 | 54 | 0 | 21 | F2 | 48 | 27 |
| Octal | 40 | 34 | 253 | 121 | 124 | 0 | 41 | 362 | 110 | 47 |
| Binary | 100000 | 11100 | 10101011 | 1010001 | 1010100 | 0 | 100001 | 11110010 | 1001000 | 100111 |
Color Harmonies of #201CAB
Complementary color
Monochromatic Colors of #201CAB
Black with #201CAB
Text Example
Text Example
White with #201CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201CAB; }
p { color: rgb(32,28,171); }
H1.HeaderClassName
{
color: #201CAB;
}
.AnyTagClassName
{
color: #201CAB;
}
</style>
background-color css
<style>
a { background-color: #201CAB; }
a { background-color: rgb(32,28,171); }
div.DivClassName
{
background-color: #201CAB;
}
.BgClassName
{
background-color: #201CAB;
}
</style>
border-color css
<style>
span { border-color: #201CAB; }
span { border-color: rgb(32,28,171); }
td.TdClassName
{
border-color: #201CAB;
}
.TagClassName
{
border-color: #201CAB;
}
</style>