Shades of Ultramarine #20129F
Tints of Ultramarine #20129F
RGB
CMYK
RGB Variations
Color information
#20129F (or 0x20129F) is known color: Ultramarine. HEX triplet: 20, 12 and 9F. RGB value is (32,18,159). Sum of RGB (Red+Green+Blue) = 32+18+159=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 159 (62.5% from 255 or 76.08% from 209); Max value from RGB is 159 - color contains mainly: blue. Hex color #20129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20129F is #DFED60. Grayscale: #252525. Windows color (decimal): -14675297 or 10424864. OLE color: 10424864.
HSL color Cylindrical-coordinate representation of color #20129F: hue angle of 245.96º 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 #20129F is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 18 | 159 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.38 |
| HSL | 245.96º | 0.8% | 0.35% | - |
| HSV(B) | 245.96º | 0.89% | 0.62% | - |
| XYZ | 7.07 | 3.24 | 33.05 | - |
| YUV | 38.26 | 196.14 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 159 | 0.80 | 0.89 | 0 | 0.38 | 245.96 | 0.8 | 0.35 |
| Hex | 20 | 12 | 9F | 50 | 59 | 0 | 26 | F6 | 50 | 23 |
| Octal | 40 | 22 | 237 | 120 | 131 | 0 | 46 | 366 | 120 | 43 |
| Binary | 100000 | 10010 | 10011111 | 1010000 | 1011001 | 0 | 100110 | 11110110 | 1010000 | 100011 |
Color Harmonies of #20129F
Complementary color
Monochromatic Colors of #20129F
Black with #20129F
Text Example
Text Example
White with #20129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20129F; }
p { color: rgb(32,18,159); }
H1.HeaderClassName
{
color: #20129F;
}
.AnyTagClassName
{
color: #20129F;
}
</style>
background-color css
<style>
a { background-color: #20129F; }
a { background-color: rgb(32,18,159); }
div.DivClassName
{
background-color: #20129F;
}
.BgClassName
{
background-color: #20129F;
}
</style>
border-color css
<style>
span { border-color: #20129F; }
span { border-color: rgb(32,18,159); }
td.TdClassName
{
border-color: #20129F;
}
.TagClassName
{
border-color: #20129F;
}
</style>