Shades of Ultramarine #20079F
Tints of Ultramarine #20079F
RGB
CMYK
RGB Variations
Color information
#20079F (or 0x20079F) is known color: Ultramarine. HEX triplet: 20, 07 and 9F. RGB value is (32,7,159). Sum of RGB (Red+Green+Blue) = 32+7+159=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 159 (62.5% from 255 or 80.30% from 198); Max value from RGB is 159 - color contains mainly: blue. Hex color #20079F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20079F is #DFF860. Grayscale: #1F1F1F. Windows color (decimal): -14678113 or 10422048. OLE color: 10422048.
HSL color Cylindrical-coordinate representation of color #20079F: hue angle of 249.87º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #20079F is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 7 | 159 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.38 |
| HSL | 249.87º | 0.92% | 0.33% | - |
| HSV(B) | 249.87º | 0.96% | 0.62% | - |
| XYZ | 6.93 | 2.96 | 33.01 | - |
| YUV | 31.8 | 199.78 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 159 | 0.80 | 0.96 | 0 | 0.38 | 249.87 | 0.92 | 0.33 |
| Hex | 20 | 7 | 9F | 50 | 60 | 0 | 26 | FA | 5C | 21 |
| Octal | 40 | 7 | 237 | 120 | 140 | 0 | 46 | 372 | 134 | 41 |
| Binary | 100000 | 111 | 10011111 | 1010000 | 1100000 | 0 | 100110 | 11111010 | 1011100 | 100001 |
Color Harmonies of #20079F
Complementary color
Monochromatic Colors of #20079F
Black with #20079F
Text Example
Text Example
White with #20079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20079F; }
p { color: rgb(32,7,159); }
H1.HeaderClassName
{
color: #20079F;
}
.AnyTagClassName
{
color: #20079F;
}
</style>
background-color css
<style>
a { background-color: #20079F; }
a { background-color: rgb(32,7,159); }
div.DivClassName
{
background-color: #20079F;
}
.BgClassName
{
background-color: #20079F;
}
</style>
border-color css
<style>
span { border-color: #20079F; }
span { border-color: rgb(32,7,159); }
td.TdClassName
{
border-color: #20079F;
}
.TagClassName
{
border-color: #20079F;
}
</style>