Shades of Ultramarine #20118D
Tints of Ultramarine #20118D
RGB
CMYK
RGB Variations
Color information
#20118D (or 0x20118D) is known color: Ultramarine. HEX triplet: 20, 11 and 8D. RGB value is (32,17,141). Sum of RGB (Red+Green+Blue) = 32+17+141=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 141 (55.47% from 255 or 74.21% from 190); Max value from RGB is 141 - color contains mainly: blue. Hex color #20118D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20118D is #DFEE72. Grayscale: #232323. Windows color (decimal): -14675571 or 9244960. OLE color: 9244960.
HSL color Cylindrical-coordinate representation of color #20118D: hue angle of 247.26º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20118D is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 17 | 141 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.45 |
| HSL | 247.26º | 0.78% | 0.31% | - |
| HSV(B) | 247.26º | 0.88% | 0.55% | - |
| XYZ | 5.6 | 2.63 | 25.41 | - |
| YUV | 35.62 | 187.47 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 141 | 0.77 | 0.88 | 0 | 0.45 | 247.26 | 0.78 | 0.31 |
| Hex | 20 | 11 | 8D | 4D | 58 | 0 | 2D | F7 | 4E | 1F |
| Octal | 40 | 21 | 215 | 115 | 130 | 0 | 55 | 367 | 116 | 37 |
| Binary | 100000 | 10001 | 10001101 | 1001101 | 1011000 | 0 | 101101 | 11110111 | 1001110 | 11111 |
Color Harmonies of #20118D
Complementary color
Monochromatic Colors of #20118D
Black with #20118D
Text Example
Text Example
White with #20118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20118D; }
p { color: rgb(32,17,141); }
H1.HeaderClassName
{
color: #20118D;
}
.AnyTagClassName
{
color: #20118D;
}
</style>
background-color css
<style>
a { background-color: #20118D; }
a { background-color: rgb(32,17,141); }
div.DivClassName
{
background-color: #20118D;
}
.BgClassName
{
background-color: #20118D;
}
</style>
border-color css
<style>
span { border-color: #20118D; }
span { border-color: rgb(32,17,141); }
td.TdClassName
{
border-color: #20118D;
}
.TagClassName
{
border-color: #20118D;
}
</style>