Shades of Ultramarine #201291
Tints of Ultramarine #201291
RGB
CMYK
RGB Variations
Color information
#201291 (or 0x201291) is known color: Ultramarine. HEX triplet: 20, 12 and 91. RGB value is (32,18,145). Sum of RGB (Red+Green+Blue) = 32+18+145=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 145 (57.03% from 255 or 74.36% from 195); Max value from RGB is 145 - color contains mainly: blue. Hex color #201291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201291 is #DFED6E. Grayscale: #242424. Windows color (decimal): -14675311 or 9507360. OLE color: 9507360.
HSL color Cylindrical-coordinate representation of color #201291: hue angle of 246.61º degrees, saturation: 0.78, 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 #201291 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 18 | 145 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.43 |
| HSL | 246.61º | 0.78% | 0.32% | - |
| HSV(B) | 246.61º | 0.88% | 0.57% | - |
| XYZ | 5.92 | 2.78 | 27.01 | - |
| YUV | 36.66 | 189.14 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 145 | 0.78 | 0.88 | 0 | 0.43 | 246.61 | 0.78 | 0.32 |
| Hex | 20 | 12 | 91 | 4E | 58 | 0 | 2B | F7 | 4E | 20 |
| Octal | 40 | 22 | 221 | 116 | 130 | 0 | 53 | 367 | 116 | 40 |
| Binary | 100000 | 10010 | 10010001 | 1001110 | 1011000 | 0 | 101011 | 11110111 | 1001110 | 100000 |
Color Harmonies of #201291
Complementary color
Monochromatic Colors of #201291
Black with #201291
Text Example
Text Example
White with #201291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201291; }
p { color: rgb(32,18,145); }
H1.HeaderClassName
{
color: #201291;
}
.AnyTagClassName
{
color: #201291;
}
</style>
background-color css
<style>
a { background-color: #201291; }
a { background-color: rgb(32,18,145); }
div.DivClassName
{
background-color: #201291;
}
.BgClassName
{
background-color: #201291;
}
</style>
border-color css
<style>
span { border-color: #201291; }
span { border-color: rgb(32,18,145); }
td.TdClassName
{
border-color: #201291;
}
.TagClassName
{
border-color: #201291;
}
</style>