Shades of Ultramarine #20159F
Tints of Ultramarine #20159F
RGB
CMYK
RGB Variations
Color information
#20159F (or 0x20159F) is known color: Ultramarine. HEX triplet: 20, 15 and 9F. RGB value is (32,21,159). Sum of RGB (Red+Green+Blue) = 32+21+159=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 159 (62.5% from 255 or 75% from 212); Max value from RGB is 159 - color contains mainly: blue. Hex color #20159F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20159F is #DFEA60. Grayscale: #272727. Windows color (decimal): -14674529 or 10425632. OLE color: 10425632.
HSL color Cylindrical-coordinate representation of color #20159F: hue angle of 244.78º degrees, saturation: 0.77, 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 #20159F is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 21 | 159 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.38 |
| HSL | 244.78º | 0.77% | 0.35% | - |
| HSV(B) | 244.78º | 0.87% | 0.62% | - |
| XYZ | 7.12 | 3.35 | 33.07 | - |
| YUV | 40.02 | 195.14 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 159 | 0.80 | 0.87 | 0 | 0.38 | 244.78 | 0.77 | 0.35 |
| Hex | 20 | 15 | 9F | 50 | 57 | 0 | 26 | F5 | 4D | 23 |
| Octal | 40 | 25 | 237 | 120 | 127 | 0 | 46 | 365 | 115 | 43 |
| Binary | 100000 | 10101 | 10011111 | 1010000 | 1010111 | 0 | 100110 | 11110101 | 1001101 | 100011 |
Color Harmonies of #20159F
Complementary color
Monochromatic Colors of #20159F
Black with #20159F
Text Example
Text Example
White with #20159F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20159F; }
p { color: rgb(32,21,159); }
H1.HeaderClassName
{
color: #20159F;
}
.AnyTagClassName
{
color: #20159F;
}
</style>
background-color css
<style>
a { background-color: #20159F; }
a { background-color: rgb(32,21,159); }
div.DivClassName
{
background-color: #20159F;
}
.BgClassName
{
background-color: #20159F;
}
</style>
border-color css
<style>
span { border-color: #20159F; }
span { border-color: rgb(32,21,159); }
td.TdClassName
{
border-color: #20159F;
}
.TagClassName
{
border-color: #20159F;
}
</style>