Shades of Ultramarine #201AAB
Tints of Ultramarine #201AAB
RGB
CMYK
RGB Variations
Color information
#201AAB (or 0x201AAB) is known color: Ultramarine. HEX triplet: 20, 1A and AB. RGB value is (32,26,171). Sum of RGB (Red+Green+Blue) = 32+26+171=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 171 (67.19% from 255 or 74.67% from 229); Max value from RGB is 171 - color contains mainly: blue. Hex color #201AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201AAB is #DFE554. Grayscale: #2B2B2B. Windows color (decimal): -14673237 or 11213344. OLE color: 11213344.
HSL color Cylindrical-coordinate representation of color #201AAB: hue angle of 242.48º degrees, saturation: 0.74, 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 #201AAB is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 26 | 171 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.33 |
| HSL | 242.48º | 0.74% | 0.39% | - |
| HSV(B) | 242.48º | 0.85% | 0.67% | - |
| XYZ | 8.32 | 3.99 | 38.86 | - |
| YUV | 44.32 | 199.49 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 171 | 0.81 | 0.85 | 0 | 0.33 | 242.48 | 0.74 | 0.39 |
| Hex | 20 | 1A | AB | 51 | 55 | 0 | 21 | F2 | 4A | 27 |
| Octal | 40 | 32 | 253 | 121 | 125 | 0 | 41 | 362 | 112 | 47 |
| Binary | 100000 | 11010 | 10101011 | 1010001 | 1010101 | 0 | 100001 | 11110010 | 1001010 | 100111 |
Color Harmonies of #201AAB
Complementary color
Monochromatic Colors of #201AAB
Black with #201AAB
Text Example
Text Example
White with #201AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201AAB; }
p { color: rgb(32,26,171); }
H1.HeaderClassName
{
color: #201AAB;
}
.AnyTagClassName
{
color: #201AAB;
}
</style>
background-color css
<style>
a { background-color: #201AAB; }
a { background-color: rgb(32,26,171); }
div.DivClassName
{
background-color: #201AAB;
}
.BgClassName
{
background-color: #201AAB;
}
</style>
border-color css
<style>
span { border-color: #201AAB; }
span { border-color: rgb(32,26,171); }
td.TdClassName
{
border-color: #201AAB;
}
.TagClassName
{
border-color: #201AAB;
}
</style>