Shades of Ultramarine #200089
Tints of Ultramarine #200089
RGB
CMYK
RGB Variations
Color information
#200089 (or 0x200089) is known color: Ultramarine. HEX triplet: 20, 00 and 89. RGB value is (32,0,137). Sum of RGB (Red+Green+Blue) = 32+0+137=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 137 (53.91% from 255 or 81.07% from 169); Max value from RGB is 137 - color contains mainly: blue. Hex color #200089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200089 is #DFFF76. Grayscale: #181818. Windows color (decimal): -14679927 or 8978464. OLE color: 8978464.
HSL color Cylindrical-coordinate representation of color #200089: hue angle of 254.01º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200089 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 0 | 137 | - |
| CMYK | 0.77 | 1 | 0 | 0.46 |
| HSL | 254.01º | 1% | 0.27% | - |
| HSV(B) | 254.01º | 1% | 0.54% | - |
| XYZ | 5.11 | 2.11 | 23.81 | - |
| YUV | 25.19 | 191.1 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 137 | 0.77 | 1 | 0 | 0.46 | 254.01 | 1 | 0.27 |
| Hex | 20 | 0 | 89 | 4D | 64 | 0 | 2E | FE | 64 | 1B |
| Octal | 40 | 0 | 211 | 115 | 144 | 0 | 56 | 376 | 144 | 33 |
| Binary | 100000 | 0 | 10001001 | 1001101 | 1100100 | 0 | 101110 | 11111110 | 1100100 | 11011 |
Color Harmonies of #200089
Complementary color
Monochromatic Colors of #200089
Black with #200089
Text Example
Text Example
White with #200089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200089; }
p { color: rgb(32,0,137); }
H1.HeaderClassName
{
color: #200089;
}
.AnyTagClassName
{
color: #200089;
}
</style>
background-color css
<style>
a { background-color: #200089; }
a { background-color: rgb(32,0,137); }
div.DivClassName
{
background-color: #200089;
}
.BgClassName
{
background-color: #200089;
}
</style>
border-color css
<style>
span { border-color: #200089; }
span { border-color: rgb(32,0,137); }
td.TdClassName
{
border-color: #200089;
}
.TagClassName
{
border-color: #200089;
}
</style>