Shades of Ultramarine #20199D
Tints of Ultramarine #20199D
RGB
CMYK
RGB Variations
Color information
#20199D (or 0x20199D) is known color: Ultramarine. HEX triplet: 20, 19 and 9D. RGB value is (32,25,157). Sum of RGB (Red+Green+Blue) = 32+25+157=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 157 (61.72% from 255 or 73.36% from 214); Max value from RGB is 157 - color contains mainly: blue. Hex color #20199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20199D is #DFE662. Grayscale: #292929. Windows color (decimal): -14673507 or 10295584. OLE color: 10295584.
HSL color Cylindrical-coordinate representation of color #20199D: hue angle of 243.18º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20199D is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 25 | 157 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.38 |
| HSL | 243.18º | 0.73% | 0.36% | - |
| HSV(B) | 243.18º | 0.84% | 0.62% | - |
| XYZ | 7.03 | 3.44 | 32.19 | - |
| YUV | 42.14 | 192.82 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 157 | 0.80 | 0.84 | 0 | 0.38 | 243.18 | 0.73 | 0.36 |
| Hex | 20 | 19 | 9D | 50 | 54 | 0 | 26 | F3 | 49 | 24 |
| Octal | 40 | 31 | 235 | 120 | 124 | 0 | 46 | 363 | 111 | 44 |
| Binary | 100000 | 11001 | 10011101 | 1010000 | 1010100 | 0 | 100110 | 11110011 | 1001001 | 100100 |
Color Harmonies of #20199D
Complementary color
Monochromatic Colors of #20199D
Black with #20199D
Text Example
Text Example
White with #20199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20199D; }
p { color: rgb(32,25,157); }
H1.HeaderClassName
{
color: #20199D;
}
.AnyTagClassName
{
color: #20199D;
}
</style>
background-color css
<style>
a { background-color: #20199D; }
a { background-color: rgb(32,25,157); }
div.DivClassName
{
background-color: #20199D;
}
.BgClassName
{
background-color: #20199D;
}
</style>
border-color css
<style>
span { border-color: #20199D; }
span { border-color: rgb(32,25,157); }
td.TdClassName
{
border-color: #20199D;
}
.TagClassName
{
border-color: #20199D;
}
</style>