Shades of Ultramarine #20229D
Tints of Ultramarine #20229D
RGB
CMYK
RGB Variations
Color information
#20229D (or 0x20229D) is known color: Ultramarine. HEX triplet: 20, 22 and 9D. RGB value is (32,34,157). Sum of RGB (Red+Green+Blue) = 32+34+157=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 157 (61.72% from 255 or 70.40% from 223); Max value from RGB is 157 - color contains mainly: blue. Hex color #20229D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20229D is #DFDD62. Grayscale: #2E2E2E. Windows color (decimal): -14671203 or 10297888. OLE color: 10297888.
HSL color Cylindrical-coordinate representation of color #20229D: hue angle of 239.04º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20229D is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 34 | 157 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.38 |
| HSL | 239.04º | 0.66% | 0.37% | - |
| HSV(B) | 239.04º | 0.8% | 0.62% | - |
| XYZ | 7.25 | 3.89 | 32.27 | - |
| YUV | 47.42 | 189.84 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 34 | 157 | 0.80 | 0.78 | 0 | 0.38 | 239.04 | 0.66 | 0.37 |
| Hex | 20 | 22 | 9D | 50 | 4E | 0 | 26 | EF | 42 | 25 |
| Octal | 40 | 42 | 235 | 120 | 116 | 0 | 46 | 357 | 102 | 45 |
| Binary | 100000 | 100010 | 10011101 | 1010000 | 1001110 | 0 | 100110 | 11101111 | 1000010 | 100101 |
Color Harmonies of #20229D
Complementary color
Monochromatic Colors of #20229D
Black with #20229D
Text Example
Text Example
White with #20229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20229D; }
p { color: rgb(32,34,157); }
H1.HeaderClassName
{
color: #20229D;
}
.AnyTagClassName
{
color: #20229D;
}
</style>
background-color css
<style>
a { background-color: #20229D; }
a { background-color: rgb(32,34,157); }
div.DivClassName
{
background-color: #20229D;
}
.BgClassName
{
background-color: #20229D;
}
</style>
border-color css
<style>
span { border-color: #20229D; }
span { border-color: rgb(32,34,157); }
td.TdClassName
{
border-color: #20229D;
}
.TagClassName
{
border-color: #20229D;
}
</style>