Shades of Ultramarine #20108E
Tints of Ultramarine #20108E
RGB
CMYK
RGB Variations
Color information
#20108E (or 0x20108E) is known color: Ultramarine. HEX triplet: 20, 10 and 8E. RGB value is (32,16,142). Sum of RGB (Red+Green+Blue) = 32+16+142=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 142 (55.86% from 255 or 74.74% from 190); Max value from RGB is 142 - color contains mainly: blue. Hex color #20108E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20108E is #DFEF71. Grayscale: #222222. Windows color (decimal): -14675826 or 9310240. OLE color: 9310240.
HSL color Cylindrical-coordinate representation of color #20108E: hue angle of 247.62º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #20108E is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 16 | 142 | - |
| CMYK | 0.77 | 0.89 | 0 | 0.44 |
| HSL | 247.62º | 0.8% | 0.31% | - |
| HSV(B) | 247.62º | 0.89% | 0.56% | - |
| XYZ | 5.66 | 2.63 | 25.8 | - |
| YUV | 35.15 | 188.3 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 142 | 0.77 | 0.89 | 0 | 0.44 | 247.62 | 0.8 | 0.31 |
| Hex | 20 | 10 | 8E | 4D | 59 | 0 | 2C | F8 | 50 | 1F |
| Octal | 40 | 20 | 216 | 115 | 131 | 0 | 54 | 370 | 120 | 37 |
| Binary | 100000 | 10000 | 10001110 | 1001101 | 1011001 | 0 | 101100 | 11111000 | 1010000 | 11111 |
Color Harmonies of #20108E
Complementary color
Monochromatic Colors of #20108E
Black with #20108E
Text Example
Text Example
White with #20108E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20108E; }
p { color: rgb(32,16,142); }
H1.HeaderClassName
{
color: #20108E;
}
.AnyTagClassName
{
color: #20108E;
}
</style>
background-color css
<style>
a { background-color: #20108E; }
a { background-color: rgb(32,16,142); }
div.DivClassName
{
background-color: #20108E;
}
.BgClassName
{
background-color: #20108E;
}
</style>
border-color css
<style>
span { border-color: #20108E; }
span { border-color: rgb(32,16,142); }
td.TdClassName
{
border-color: #20108E;
}
.TagClassName
{
border-color: #20108E;
}
</style>