Shades of Ultramarine #20119C
Tints of Ultramarine #20119C
RGB
CMYK
RGB Variations
Color information
#20119C (or 0x20119C) is known color: Ultramarine. HEX triplet: 20, 11 and 9C. RGB value is (32,17,156). Sum of RGB (Red+Green+Blue) = 32+17+156=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 156 (61.33% from 255 or 76.10% from 205); Max value from RGB is 156 - color contains mainly: blue. Hex color #20119C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20119C is #DFEE63. Grayscale: #242424. Windows color (decimal): -14675556 or 10228000. OLE color: 10228000.
HSL color Cylindrical-coordinate representation of color #20119C: hue angle of 246.47º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #20119C is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 17 | 156 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.39 |
| HSL | 246.47º | 0.8% | 0.34% | - |
| HSV(B) | 246.47º | 0.89% | 0.61% | - |
| XYZ | 6.8 | 3.11 | 31.69 | - |
| YUV | 37.33 | 194.97 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 156 | 0.79 | 0.89 | 0 | 0.39 | 246.47 | 0.8 | 0.34 |
| Hex | 20 | 11 | 9C | 4F | 59 | 0 | 27 | F6 | 50 | 22 |
| Octal | 40 | 21 | 234 | 117 | 131 | 0 | 47 | 366 | 120 | 42 |
| Binary | 100000 | 10001 | 10011100 | 1001111 | 1011001 | 0 | 100111 | 11110110 | 1010000 | 100010 |
Color Harmonies of #20119C
Complementary color
Monochromatic Colors of #20119C
Black with #20119C
Text Example
Text Example
White with #20119C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20119C; }
p { color: rgb(32,17,156); }
H1.HeaderClassName
{
color: #20119C;
}
.AnyTagClassName
{
color: #20119C;
}
</style>
background-color css
<style>
a { background-color: #20119C; }
a { background-color: rgb(32,17,156); }
div.DivClassName
{
background-color: #20119C;
}
.BgClassName
{
background-color: #20119C;
}
</style>
border-color css
<style>
span { border-color: #20119C; }
span { border-color: rgb(32,17,156); }
td.TdClassName
{
border-color: #20119C;
}
.TagClassName
{
border-color: #20119C;
}
</style>