Shades of Ultramarine #200886
Tints of Ultramarine #200886
RGB
CMYK
RGB Variations
Color information
#200886 (or 0x200886) is known color: Ultramarine. HEX triplet: 20, 08 and 86. RGB value is (32,8,134). Sum of RGB (Red+Green+Blue) = 32+8+134=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 134 (52.73% from 255 or 77.01% from 174); Max value from RGB is 134 - color contains mainly: blue. Hex color #200886 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200886 is #DFF779. Grayscale: #1D1D1D. Windows color (decimal): -14677882 or 8783904. OLE color: 8783904.
HSL color Cylindrical-coordinate representation of color #200886: hue angle of 251.43º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200886 is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 8 | 134 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.47 |
| HSL | 251.43º | 0.89% | 0.28% | - |
| HSV(B) | 251.43º | 0.94% | 0.53% | - |
| XYZ | 4.99 | 2.2 | 22.72 | - |
| YUV | 29.54 | 186.95 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 134 | 0.76 | 0.94 | 0 | 0.47 | 251.43 | 0.89 | 0.28 |
| Hex | 20 | 8 | 86 | 4C | 5E | 0 | 2F | FB | 59 | 1C |
| Octal | 40 | 10 | 206 | 114 | 136 | 0 | 57 | 373 | 131 | 34 |
| Binary | 100000 | 1000 | 10000110 | 1001100 | 1011110 | 0 | 101111 | 11111011 | 1011001 | 11100 |
Color Harmonies of #200886
Complementary color
Monochromatic Colors of #200886
Black with #200886
Text Example
Text Example
White with #200886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200886; }
p { color: rgb(32,8,134); }
H1.HeaderClassName
{
color: #200886;
}
.AnyTagClassName
{
color: #200886;
}
</style>
background-color css
<style>
a { background-color: #200886; }
a { background-color: rgb(32,8,134); }
div.DivClassName
{
background-color: #200886;
}
.BgClassName
{
background-color: #200886;
}
</style>
border-color css
<style>
span { border-color: #200886; }
span { border-color: rgb(32,8,134); }
td.TdClassName
{
border-color: #200886;
}
.TagClassName
{
border-color: #200886;
}
</style>