Shades of Ultramarine #20179B
Tints of Ultramarine #20179B
RGB
CMYK
RGB Variations
Color information
#20179B (or 0x20179B) is known color: Ultramarine. HEX triplet: 20, 17 and 9B. RGB value is (32,23,155). Sum of RGB (Red+Green+Blue) = 32+23+155=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 155 (60.94% from 255 or 73.81% from 210); Max value from RGB is 155 - color contains mainly: blue. Hex color #20179B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20179B is #DFE864. Grayscale: #282828. Windows color (decimal): -14674021 or 10164000. OLE color: 10164000.
HSL color Cylindrical-coordinate representation of color #20179B: hue angle of 244.09º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20179B is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 23 | 155 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.39 |
| HSL | 244.09º | 0.74% | 0.35% | - |
| HSV(B) | 244.09º | 0.85% | 0.61% | - |
| XYZ | 6.82 | 3.29 | 31.29 | - |
| YUV | 40.74 | 192.48 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 155 | 0.79 | 0.85 | 0 | 0.39 | 244.09 | 0.74 | 0.35 |
| Hex | 20 | 17 | 9B | 4F | 55 | 0 | 27 | F4 | 4A | 23 |
| Octal | 40 | 27 | 233 | 117 | 125 | 0 | 47 | 364 | 112 | 43 |
| Binary | 100000 | 10111 | 10011011 | 1001111 | 1010101 | 0 | 100111 | 11110100 | 1001010 | 100011 |
Color Harmonies of #20179B
Complementary color
Monochromatic Colors of #20179B
Black with #20179B
Text Example
Text Example
White with #20179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20179B; }
p { color: rgb(32,23,155); }
H1.HeaderClassName
{
color: #20179B;
}
.AnyTagClassName
{
color: #20179B;
}
</style>
background-color css
<style>
a { background-color: #20179B; }
a { background-color: rgb(32,23,155); }
div.DivClassName
{
background-color: #20179B;
}
.BgClassName
{
background-color: #20179B;
}
</style>
border-color css
<style>
span { border-color: #20179B; }
span { border-color: rgb(32,23,155); }
td.TdClassName
{
border-color: #20179B;
}
.TagClassName
{
border-color: #20179B;
}
</style>