Shades of Ultramarine #20118E
Tints of Ultramarine #20118E
RGB
CMYK
RGB Variations
Color information
#20118E (or 0x20118E) is known color: Ultramarine. HEX triplet: 20, 11 and 8E. RGB value is (32,17,142). Sum of RGB (Red+Green+Blue) = 32+17+142=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 142 (55.86% from 255 or 74.35% from 191); Max value from RGB is 142 - color contains mainly: blue. Hex color #20118E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20118E is #DFEE71. Grayscale: #232323. Windows color (decimal): -14675570 or 9310496. OLE color: 9310496.
HSL color Cylindrical-coordinate representation of color #20118E: hue angle of 247.2º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20118E is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 17 | 142 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.44 |
| HSL | 247.2º | 0.79% | 0.31% | - |
| HSV(B) | 247.2º | 0.88% | 0.56% | - |
| XYZ | 5.68 | 2.66 | 25.81 | - |
| YUV | 35.74 | 187.97 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 142 | 0.77 | 0.88 | 0 | 0.44 | 247.2 | 0.79 | 0.31 |
| Hex | 20 | 11 | 8E | 4D | 58 | 0 | 2C | F7 | 4F | 1F |
| Octal | 40 | 21 | 216 | 115 | 130 | 0 | 54 | 367 | 117 | 37 |
| Binary | 100000 | 10001 | 10001110 | 1001101 | 1011000 | 0 | 101100 | 11110111 | 1001111 | 11111 |
Color Harmonies of #20118E
Complementary color
Monochromatic Colors of #20118E
Black with #20118E
Text Example
Text Example
White with #20118E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20118E; }
p { color: rgb(32,17,142); }
H1.HeaderClassName
{
color: #20118E;
}
.AnyTagClassName
{
color: #20118E;
}
</style>
background-color css
<style>
a { background-color: #20118E; }
a { background-color: rgb(32,17,142); }
div.DivClassName
{
background-color: #20118E;
}
.BgClassName
{
background-color: #20118E;
}
</style>
border-color css
<style>
span { border-color: #20118E; }
span { border-color: rgb(32,17,142); }
td.TdClassName
{
border-color: #20118E;
}
.TagClassName
{
border-color: #20118E;
}
</style>