Shades of Ultramarine #20129B
Tints of Ultramarine #20129B
RGB
CMYK
RGB Variations
Color information
#20129B (or 0x20129B) is known color: Ultramarine. HEX triplet: 20, 12 and 9B. RGB value is (32,18,155). Sum of RGB (Red+Green+Blue) = 32+18+155=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 155 (60.94% from 255 or 75.61% from 205); Max value from RGB is 155 - color contains mainly: blue. Hex color #20129B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20129B is #DFED64. Grayscale: #252525. Windows color (decimal): -14675301 or 10162720. OLE color: 10162720.
HSL color Cylindrical-coordinate representation of color #20129B: hue angle of 246.13º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20129B is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 18 | 155 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.39 |
| HSL | 246.13º | 0.79% | 0.34% | - |
| HSV(B) | 246.13º | 0.88% | 0.61% | - |
| XYZ | 6.73 | 3.11 | 31.26 | - |
| YUV | 37.8 | 194.14 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 155 | 0.79 | 0.88 | 0 | 0.39 | 246.13 | 0.79 | 0.34 |
| Hex | 20 | 12 | 9B | 4F | 58 | 0 | 27 | F6 | 4F | 22 |
| Octal | 40 | 22 | 233 | 117 | 130 | 0 | 47 | 366 | 117 | 42 |
| Binary | 100000 | 10010 | 10011011 | 1001111 | 1011000 | 0 | 100111 | 11110110 | 1001111 | 100010 |
Color Harmonies of #20129B
Complementary color
Monochromatic Colors of #20129B
Black with #20129B
Text Example
Text Example
White with #20129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20129B; }
p { color: rgb(32,18,155); }
H1.HeaderClassName
{
color: #20129B;
}
.AnyTagClassName
{
color: #20129B;
}
</style>
background-color css
<style>
a { background-color: #20129B; }
a { background-color: rgb(32,18,155); }
div.DivClassName
{
background-color: #20129B;
}
.BgClassName
{
background-color: #20129B;
}
</style>
border-color css
<style>
span { border-color: #20129B; }
span { border-color: rgb(32,18,155); }
td.TdClassName
{
border-color: #20129B;
}
.TagClassName
{
border-color: #20129B;
}
</style>