Shades of Ultramarine #20129E
Tints of Ultramarine #20129E
RGB
CMYK
RGB Variations
Color information
#20129E (or 0x20129E) is known color: Ultramarine. HEX triplet: 20, 12 and 9E. RGB value is (32,18,158). Sum of RGB (Red+Green+Blue) = 32+18+158=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 158 (62.11% from 255 or 75.96% from 208); Max value from RGB is 158 - color contains mainly: blue. Hex color #20129E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20129E is #DFED61. Grayscale: #252525. Windows color (decimal): -14675298 or 10359328. OLE color: 10359328.
HSL color Cylindrical-coordinate representation of color #20129E: hue angle of 246º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #20129E is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 18 | 158 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.38 |
| HSL | 246º | 0.8% | 0.35% | - |
| HSV(B) | 246º | 0.89% | 0.62% | - |
| XYZ | 6.98 | 3.21 | 32.6 | - |
| YUV | 38.15 | 195.64 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 158 | 0.80 | 0.89 | 0 | 0.38 | 246 | 0.8 | 0.35 |
| Hex | 20 | 12 | 9E | 50 | 59 | 0 | 26 | F6 | 50 | 23 |
| Octal | 40 | 22 | 236 | 120 | 131 | 0 | 46 | 366 | 120 | 43 |
| Binary | 100000 | 10010 | 10011110 | 1010000 | 1011001 | 0 | 100110 | 11110110 | 1010000 | 100011 |
Color Harmonies of #20129E
Complementary color
Monochromatic Colors of #20129E
Black with #20129E
Text Example
Text Example
White with #20129E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20129E; }
p { color: rgb(32,18,158); }
H1.HeaderClassName
{
color: #20129E;
}
.AnyTagClassName
{
color: #20129E;
}
</style>
background-color css
<style>
a { background-color: #20129E; }
a { background-color: rgb(32,18,158); }
div.DivClassName
{
background-color: #20129E;
}
.BgClassName
{
background-color: #20129E;
}
</style>
border-color css
<style>
span { border-color: #20129E; }
span { border-color: rgb(32,18,158); }
td.TdClassName
{
border-color: #20129E;
}
.TagClassName
{
border-color: #20129E;
}
</style>