Shades of Ultramarine #201093
Tints of Ultramarine #201093
RGB
CMYK
RGB Variations
Color information
#201093 (or 0x201093) is known color: Ultramarine. HEX triplet: 20, 10 and 93. RGB value is (32,16,147). Sum of RGB (Red+Green+Blue) = 32+16+147=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 147 (57.81% from 255 or 75.38% from 195); Max value from RGB is 147 - color contains mainly: blue. Hex color #201093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201093 is #DFEF6C. Grayscale: #232323. Windows color (decimal): -14675821 or 9637920. OLE color: 9637920.
HSL color Cylindrical-coordinate representation of color #201093: hue angle of 247.33º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #201093 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 16 | 147 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.42 |
| HSL | 247.33º | 0.8% | 0.32% | - |
| HSV(B) | 247.33º | 0.89% | 0.58% | - |
| XYZ | 6.05 | 2.78 | 27.82 | - |
| YUV | 35.72 | 190.8 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 147 | 0.78 | 0.89 | 0 | 0.42 | 247.33 | 0.8 | 0.32 |
| Hex | 20 | 10 | 93 | 4E | 59 | 0 | 2A | F7 | 50 | 20 |
| Octal | 40 | 20 | 223 | 116 | 131 | 0 | 52 | 367 | 120 | 40 |
| Binary | 100000 | 10000 | 10010011 | 1001110 | 1011001 | 0 | 101010 | 11110111 | 1010000 | 100000 |
Color Harmonies of #201093
Complementary color
Monochromatic Colors of #201093
Black with #201093
Text Example
Text Example
White with #201093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201093; }
p { color: rgb(32,16,147); }
H1.HeaderClassName
{
color: #201093;
}
.AnyTagClassName
{
color: #201093;
}
</style>
background-color css
<style>
a { background-color: #201093; }
a { background-color: rgb(32,16,147); }
div.DivClassName
{
background-color: #201093;
}
.BgClassName
{
background-color: #201093;
}
</style>
border-color css
<style>
span { border-color: #201093; }
span { border-color: rgb(32,16,147); }
td.TdClassName
{
border-color: #201093;
}
.TagClassName
{
border-color: #201093;
}
</style>