Shades of Ultramarine #20159D
Tints of Ultramarine #20159D
RGB
CMYK
RGB Variations
Color information
#20159D (or 0x20159D) is known color: Ultramarine. HEX triplet: 20, 15 and 9D. RGB value is (32,21,157). Sum of RGB (Red+Green+Blue) = 32+21+157=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 157 (61.72% from 255 or 74.76% from 210); Max value from RGB is 157 - color contains mainly: blue. Hex color #20159D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20159D is #DFEA62. Grayscale: #272727. Windows color (decimal): -14674531 or 10294560. OLE color: 10294560.
HSL color Cylindrical-coordinate representation of color #20159D: hue angle of 244.85º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20159D is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 21 | 157 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.38 |
| HSL | 244.85º | 0.76% | 0.35% | - |
| HSV(B) | 244.85º | 0.87% | 0.62% | - |
| XYZ | 6.95 | 3.28 | 32.16 | - |
| YUV | 39.79 | 194.14 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 157 | 0.80 | 0.87 | 0 | 0.38 | 244.85 | 0.76 | 0.35 |
| Hex | 20 | 15 | 9D | 50 | 57 | 0 | 26 | F5 | 4C | 23 |
| Octal | 40 | 25 | 235 | 120 | 127 | 0 | 46 | 365 | 114 | 43 |
| Binary | 100000 | 10101 | 10011101 | 1010000 | 1010111 | 0 | 100110 | 11110101 | 1001100 | 100011 |
Color Harmonies of #20159D
Complementary color
Monochromatic Colors of #20159D
Black with #20159D
Text Example
Text Example
White with #20159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20159D; }
p { color: rgb(32,21,157); }
H1.HeaderClassName
{
color: #20159D;
}
.AnyTagClassName
{
color: #20159D;
}
</style>
background-color css
<style>
a { background-color: #20159D; }
a { background-color: rgb(32,21,157); }
div.DivClassName
{
background-color: #20159D;
}
.BgClassName
{
background-color: #20159D;
}
</style>
border-color css
<style>
span { border-color: #20159D; }
span { border-color: rgb(32,21,157); }
td.TdClassName
{
border-color: #20159D;
}
.TagClassName
{
border-color: #20159D;
}
</style>