Shades of Ultramarine #20128D
Tints of Ultramarine #20128D
RGB
CMYK
RGB Variations
Color information
#20128D (or 0x20128D) is known color: Ultramarine. HEX triplet: 20, 12 and 8D. RGB value is (32,18,141). Sum of RGB (Red+Green+Blue) = 32+18+141=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 141 (55.47% from 255 or 73.82% from 191); Max value from RGB is 141 - color contains mainly: blue. Hex color #20128D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20128D is #DFED72. Grayscale: #232323. Windows color (decimal): -14675315 or 9245216. OLE color: 9245216.
HSL color Cylindrical-coordinate representation of color #20128D: hue angle of 246.83º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20128D is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 18 | 141 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.45 |
| HSL | 246.83º | 0.77% | 0.31% | - |
| HSV(B) | 246.83º | 0.87% | 0.55% | - |
| XYZ | 5.62 | 2.66 | 25.42 | - |
| YUV | 36.21 | 187.14 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 141 | 0.77 | 0.87 | 0 | 0.45 | 246.83 | 0.77 | 0.31 |
| Hex | 20 | 12 | 8D | 4D | 57 | 0 | 2D | F7 | 4D | 1F |
| Octal | 40 | 22 | 215 | 115 | 127 | 0 | 55 | 367 | 115 | 37 |
| Binary | 100000 | 10010 | 10001101 | 1001101 | 1010111 | 0 | 101101 | 11110111 | 1001101 | 11111 |
Color Harmonies of #20128D
Complementary color
Monochromatic Colors of #20128D
Black with #20128D
Text Example
Text Example
White with #20128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20128D; }
p { color: rgb(32,18,141); }
H1.HeaderClassName
{
color: #20128D;
}
.AnyTagClassName
{
color: #20128D;
}
</style>
background-color css
<style>
a { background-color: #20128D; }
a { background-color: rgb(32,18,141); }
div.DivClassName
{
background-color: #20128D;
}
.BgClassName
{
background-color: #20128D;
}
</style>
border-color css
<style>
span { border-color: #20128D; }
span { border-color: rgb(32,18,141); }
td.TdClassName
{
border-color: #20128D;
}
.TagClassName
{
border-color: #20128D;
}
</style>