Shades of Ultramarine #20079D
Tints of Ultramarine #20079D
RGB
CMYK
RGB Variations
Color information
#20079D (or 0x20079D) is known color: Ultramarine. HEX triplet: 20, 07 and 9D. RGB value is (32,7,157). Sum of RGB (Red+Green+Blue) = 32+7+157=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 157 (61.72% from 255 or 80.10% from 196); Max value from RGB is 157 - color contains mainly: blue. Hex color #20079D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20079D is #DFF862. Grayscale: #1F1F1F. Windows color (decimal): -14678115 or 10290976. OLE color: 10290976.
HSL color Cylindrical-coordinate representation of color #20079D: hue angle of 250º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #20079D is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 7 | 157 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.38 |
| HSL | 250º | 0.91% | 0.32% | - |
| HSV(B) | 250º | 0.96% | 0.62% | - |
| XYZ | 6.76 | 2.89 | 32.1 | - |
| YUV | 31.58 | 198.78 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 157 | 0.80 | 0.96 | 0 | 0.38 | 250 | 0.91 | 0.32 |
| Hex | 20 | 7 | 9D | 50 | 60 | 0 | 26 | FA | 5B | 20 |
| Octal | 40 | 7 | 235 | 120 | 140 | 0 | 46 | 372 | 133 | 40 |
| Binary | 100000 | 111 | 10011101 | 1010000 | 1100000 | 0 | 100110 | 11111010 | 1011011 | 100000 |
Color Harmonies of #20079D
Complementary color
Monochromatic Colors of #20079D
Black with #20079D
Text Example
Text Example
White with #20079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20079D; }
p { color: rgb(32,7,157); }
H1.HeaderClassName
{
color: #20079D;
}
.AnyTagClassName
{
color: #20079D;
}
</style>
background-color css
<style>
a { background-color: #20079D; }
a { background-color: rgb(32,7,157); }
div.DivClassName
{
background-color: #20079D;
}
.BgClassName
{
background-color: #20079D;
}
</style>
border-color css
<style>
span { border-color: #20079D; }
span { border-color: rgb(32,7,157); }
td.TdClassName
{
border-color: #20079D;
}
.TagClassName
{
border-color: #20079D;
}
</style>