Shades of Ultramarine #20108D
Tints of Ultramarine #20108D
RGB
CMYK
RGB Variations
Color information
#20108D (or 0x20108D) is known color: Ultramarine. HEX triplet: 20, 10 and 8D. RGB value is (32,16,141). Sum of RGB (Red+Green+Blue) = 32+16+141=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 141 (55.47% from 255 or 74.60% from 189); Max value from RGB is 141 - color contains mainly: blue. Hex color #20108D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20108D is #DFEF72. Grayscale: #222222. Windows color (decimal): -14675827 or 9244704. OLE color: 9244704.
HSL color Cylindrical-coordinate representation of color #20108D: hue angle of 247.68º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #20108D is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 16 | 141 | - |
| CMYK | 0.77 | 0.89 | 0 | 0.45 |
| HSL | 247.68º | 0.8% | 0.31% | - |
| HSV(B) | 247.68º | 0.89% | 0.55% | - |
| XYZ | 5.59 | 2.6 | 25.41 | - |
| YUV | 35.03 | 187.8 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 141 | 0.77 | 0.89 | 0 | 0.45 | 247.68 | 0.8 | 0.31 |
| Hex | 20 | 10 | 8D | 4D | 59 | 0 | 2D | F8 | 50 | 1F |
| Octal | 40 | 20 | 215 | 115 | 131 | 0 | 55 | 370 | 120 | 37 |
| Binary | 100000 | 10000 | 10001101 | 1001101 | 1011001 | 0 | 101101 | 11111000 | 1010000 | 11111 |
Color Harmonies of #20108D
Complementary color
Monochromatic Colors of #20108D
Black with #20108D
Text Example
Text Example
White with #20108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20108D; }
p { color: rgb(32,16,141); }
H1.HeaderClassName
{
color: #20108D;
}
.AnyTagClassName
{
color: #20108D;
}
</style>
background-color css
<style>
a { background-color: #20108D; }
a { background-color: rgb(32,16,141); }
div.DivClassName
{
background-color: #20108D;
}
.BgClassName
{
background-color: #20108D;
}
</style>
border-color css
<style>
span { border-color: #20108D; }
span { border-color: rgb(32,16,141); }
td.TdClassName
{
border-color: #20108D;
}
.TagClassName
{
border-color: #20108D;
}
</style>