Shades of Ultramarine #201390
Tints of Ultramarine #201390
RGB
CMYK
RGB Variations
Color information
#201390 (or 0x201390) is known color: Ultramarine. HEX triplet: 20, 13 and 90. RGB value is (32,19,144). Sum of RGB (Red+Green+Blue) = 32+19+144=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 144 (56.64% from 255 or 73.85% from 195); Max value from RGB is 144 - color contains mainly: blue. Hex color #201390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201390 is #DFEC6F. Grayscale: #242424. Windows color (decimal): -14675056 or 9442080. OLE color: 9442080.
HSL color Cylindrical-coordinate representation of color #201390: hue angle of 246.24º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #201390 is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 19 | 144 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.44 |
| HSL | 246.24º | 0.77% | 0.32% | - |
| HSV(B) | 246.24º | 0.87% | 0.56% | - |
| XYZ | 5.86 | 2.79 | 26.61 | - |
| YUV | 37.14 | 188.31 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 144 | 0.78 | 0.87 | 0 | 0.44 | 246.24 | 0.77 | 0.32 |
| Hex | 20 | 13 | 90 | 4E | 57 | 0 | 2C | F6 | 4D | 20 |
| Octal | 40 | 23 | 220 | 116 | 127 | 0 | 54 | 366 | 115 | 40 |
| Binary | 100000 | 10011 | 10010000 | 1001110 | 1010111 | 0 | 101100 | 11110110 | 1001101 | 100000 |
Color Harmonies of #201390
Complementary color
Monochromatic Colors of #201390
Black with #201390
Text Example
Text Example
White with #201390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201390; }
p { color: rgb(32,19,144); }
H1.HeaderClassName
{
color: #201390;
}
.AnyTagClassName
{
color: #201390;
}
</style>
background-color css
<style>
a { background-color: #201390; }
a { background-color: rgb(32,19,144); }
div.DivClassName
{
background-color: #201390;
}
.BgClassName
{
background-color: #201390;
}
</style>
border-color css
<style>
span { border-color: #201390; }
span { border-color: rgb(32,19,144); }
td.TdClassName
{
border-color: #201390;
}
.TagClassName
{
border-color: #201390;
}
</style>