Shades of Ultramarine #20129C
Tints of Ultramarine #20129C
RGB
CMYK
RGB Variations
Color information
#20129C (or 0x20129C) is known color: Ultramarine. HEX triplet: 20, 12 and 9C. RGB value is (32,18,156). Sum of RGB (Red+Green+Blue) = 32+18+156=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 156 (61.33% from 255 or 75.73% from 206); Max value from RGB is 156 - color contains mainly: blue. Hex color #20129C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20129C is #DFED63. Grayscale: #252525. Windows color (decimal): -14675300 or 10228256. OLE color: 10228256.
HSL color Cylindrical-coordinate representation of color #20129C: hue angle of 246.09º 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 #20129C is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 18 | 156 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.39 |
| HSL | 246.09º | 0.79% | 0.34% | - |
| HSV(B) | 246.09º | 0.88% | 0.61% | - |
| XYZ | 6.81 | 3.14 | 31.7 | - |
| YUV | 37.92 | 194.64 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 156 | 0.79 | 0.88 | 0 | 0.39 | 246.09 | 0.79 | 0.34 |
| Hex | 20 | 12 | 9C | 4F | 58 | 0 | 27 | F6 | 4F | 22 |
| Octal | 40 | 22 | 234 | 117 | 130 | 0 | 47 | 366 | 117 | 42 |
| Binary | 100000 | 10010 | 10011100 | 1001111 | 1011000 | 0 | 100111 | 11110110 | 1001111 | 100010 |
Color Harmonies of #20129C
Complementary color
Monochromatic Colors of #20129C
Black with #20129C
Text Example
Text Example
White with #20129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20129C; }
p { color: rgb(32,18,156); }
H1.HeaderClassName
{
color: #20129C;
}
.AnyTagClassName
{
color: #20129C;
}
</style>
background-color css
<style>
a { background-color: #20129C; }
a { background-color: rgb(32,18,156); }
div.DivClassName
{
background-color: #20129C;
}
.BgClassName
{
background-color: #20129C;
}
</style>
border-color css
<style>
span { border-color: #20129C; }
span { border-color: rgb(32,18,156); }
td.TdClassName
{
border-color: #20129C;
}
.TagClassName
{
border-color: #20129C;
}
</style>