Shades of Ultramarine #201BA8
Tints of Ultramarine #201BA8
RGB
CMYK
RGB Variations
Color information
#201BA8 (or 0x201BA8) is known color: Ultramarine. HEX triplet: 20, 1B and A8. RGB value is (32,27,168). Sum of RGB (Red+Green+Blue) = 32+27+168=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 27 (10.94% from 255 or 11.89% from 227); Blue value is 168 (66.02% from 255 or 74.01% from 227); Max value from RGB is 168 - color contains mainly: blue. Hex color #201BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201BA8 is #DFE457. Grayscale: #2C2C2C. Windows color (decimal): -14672984 or 11016992. OLE color: 11016992.
HSL color Cylindrical-coordinate representation of color #201BA8: hue angle of 242.13º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201BA8 is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 32 | 27 | 168 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.34 |
| HSL | 242.13º | 0.72% | 0.38% | - |
| HSV(B) | 242.13º | 0.84% | 0.66% | - |
| XYZ | 8.06 | 3.92 | 37.38 | - |
| YUV | 44.57 | 197.66 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 168 | 0.81 | 0.84 | 0 | 0.34 | 242.13 | 0.72 | 0.38 |
| Hex | 20 | 1B | A8 | 51 | 54 | 0 | 22 | F2 | 48 | 26 |
| Octal | 40 | 33 | 250 | 121 | 124 | 0 | 42 | 362 | 110 | 46 |
| Binary | 100000 | 11011 | 10101000 | 1010001 | 1010100 | 0 | 100010 | 11110010 | 1001000 | 100110 |
Color Harmonies of #201BA8
Complementary color
Monochromatic Colors of #201BA8
Black with #201BA8
Text Example
Text Example
White with #201BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201BA8; }
p { color: rgb(32,27,168); }
H1.HeaderClassName
{
color: #201BA8;
}
.AnyTagClassName
{
color: #201BA8;
}
</style>
background-color css
<style>
a { background-color: #201BA8; }
a { background-color: rgb(32,27,168); }
div.DivClassName
{
background-color: #201BA8;
}
.BgClassName
{
background-color: #201BA8;
}
</style>
border-color css
<style>
span { border-color: #201BA8; }
span { border-color: rgb(32,27,168); }
td.TdClassName
{
border-color: #201BA8;
}
.TagClassName
{
border-color: #201BA8;
}
</style>