Shades of Ultramarine #201BAA
Tints of Ultramarine #201BAA
RGB
CMYK
RGB Variations
Color information
#201BAA (or 0x201BAA) is known color: Ultramarine. HEX triplet: 20, 1B and AA. RGB value is (32,27,170). Sum of RGB (Red+Green+Blue) = 32+27+170=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 27 (10.94% from 255 or 11.79% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #201BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201BAA is #DFE455. Grayscale: #2C2C2C. Windows color (decimal): -14672982 or 11148064. OLE color: 11148064.
HSL color Cylindrical-coordinate representation of color #201BAA: hue angle of 242.1º degrees, saturation: 0.73, 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 #201BAA is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 27 | 170 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.33 |
| HSL | 242.1º | 0.73% | 0.39% | - |
| HSV(B) | 242.1º | 0.84% | 0.67% | - |
| XYZ | 8.24 | 3.99 | 38.37 | - |
| YUV | 44.8 | 198.66 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 170 | 0.81 | 0.84 | 0 | 0.33 | 242.1 | 0.73 | 0.39 |
| Hex | 20 | 1B | AA | 51 | 54 | 0 | 21 | F2 | 49 | 27 |
| Octal | 40 | 33 | 252 | 121 | 124 | 0 | 41 | 362 | 111 | 47 |
| Binary | 100000 | 11011 | 10101010 | 1010001 | 1010100 | 0 | 100001 | 11110010 | 1001001 | 100111 |
Color Harmonies of #201BAA
Complementary color
Monochromatic Colors of #201BAA
Black with #201BAA
Text Example
Text Example
White with #201BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201BAA; }
p { color: rgb(32,27,170); }
H1.HeaderClassName
{
color: #201BAA;
}
.AnyTagClassName
{
color: #201BAA;
}
</style>
background-color css
<style>
a { background-color: #201BAA; }
a { background-color: rgb(32,27,170); }
div.DivClassName
{
background-color: #201BAA;
}
.BgClassName
{
background-color: #201BAA;
}
</style>
border-color css
<style>
span { border-color: #201BAA; }
span { border-color: rgb(32,27,170); }
td.TdClassName
{
border-color: #201BAA;
}
.TagClassName
{
border-color: #201BAA;
}
</style>