Shades of Ultramarine #20208A
Tints of Ultramarine #20208A
RGB
CMYK
RGB Variations
Color information
#20208A (or 0x20208A) is known color: Ultramarine. HEX triplet: 20, 20 and 8A. RGB value is (32,32,138). Sum of RGB (Red+Green+Blue) = 32+32+138=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 138 (54.30% from 255 or 68.32% from 202); Max value from RGB is 138 - color contains mainly: blue. Hex color #20208A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20208A is #DFDF75. Grayscale: #2B2B2B. Windows color (decimal): -14671734 or 9052192. OLE color: 9052192.
HSL color Cylindrical-coordinate representation of color #20208A: hue angle of 240º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20208A is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 32 | 138 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.46 |
| HSL | 240º | 0.62% | 0.33% | - |
| HSV(B) | 240º | 0.77% | 0.54% | - |
| XYZ | 5.7 | 3.18 | 24.36 | - |
| YUV | 44.08 | 181 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 32 | 138 | 0.77 | 0.77 | 0 | 0.46 | 240 | 0.62 | 0.33 |
| Hex | 20 | 20 | 8A | 4D | 4D | 0 | 2E | F0 | 3E | 21 |
| Octal | 40 | 40 | 212 | 115 | 115 | 0 | 56 | 360 | 76 | 41 |
| Binary | 100000 | 100000 | 10001010 | 1001101 | 1001101 | 0 | 101110 | 11110000 | 111110 | 100001 |
Color Harmonies of #20208A
Complementary color
Monochromatic Colors of #20208A
Black with #20208A
Text Example
Text Example
White with #20208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20208A; }
p { color: rgb(32,32,138); }
H1.HeaderClassName
{
color: #20208A;
}
.AnyTagClassName
{
color: #20208A;
}
</style>
background-color css
<style>
a { background-color: #20208A; }
a { background-color: rgb(32,32,138); }
div.DivClassName
{
background-color: #20208A;
}
.BgClassName
{
background-color: #20208A;
}
</style>
border-color css
<style>
span { border-color: #20208A; }
span { border-color: rgb(32,32,138); }
td.TdClassName
{
border-color: #20208A;
}
.TagClassName
{
border-color: #20208A;
}
</style>