Shades of Ultramarine #201191
Tints of Ultramarine #201191
RGB
CMYK
RGB Variations
Color information
#201191 (or 0x201191) is known color: Ultramarine. HEX triplet: 20, 11 and 91. RGB value is (32,17,145). Sum of RGB (Red+Green+Blue) = 32+17+145=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 145 (57.03% from 255 or 74.74% from 194); Max value from RGB is 145 - color contains mainly: blue. Hex color #201191 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201191 is #DFEE6E. Grayscale: #232323. Windows color (decimal): -14675567 or 9507104. OLE color: 9507104.
HSL color Cylindrical-coordinate representation of color #201191: hue angle of 247.03º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201191 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 17 | 145 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.43 |
| HSL | 247.03º | 0.79% | 0.32% | - |
| HSV(B) | 247.03º | 0.88% | 0.57% | - |
| XYZ | 5.91 | 2.75 | 27.01 | - |
| YUV | 36.08 | 189.47 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 145 | 0.78 | 0.88 | 0 | 0.43 | 247.03 | 0.79 | 0.32 |
| Hex | 20 | 11 | 91 | 4E | 58 | 0 | 2B | F7 | 4F | 20 |
| Octal | 40 | 21 | 221 | 116 | 130 | 0 | 53 | 367 | 117 | 40 |
| Binary | 100000 | 10001 | 10010001 | 1001110 | 1011000 | 0 | 101011 | 11110111 | 1001111 | 100000 |
Color Harmonies of #201191
Complementary color
Monochromatic Colors of #201191
Black with #201191
Text Example
Text Example
White with #201191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201191; }
p { color: rgb(32,17,145); }
H1.HeaderClassName
{
color: #201191;
}
.AnyTagClassName
{
color: #201191;
}
</style>
background-color css
<style>
a { background-color: #201191; }
a { background-color: rgb(32,17,145); }
div.DivClassName
{
background-color: #201191;
}
.BgClassName
{
background-color: #201191;
}
</style>
border-color css
<style>
span { border-color: #201191; }
span { border-color: rgb(32,17,145); }
td.TdClassName
{
border-color: #201191;
}
.TagClassName
{
border-color: #201191;
}
</style>