Shades of Ultramarine #200588
Tints of Ultramarine #200588
RGB
CMYK
RGB Variations
Color information
#200588 (or 0x200588) is known color: Ultramarine. HEX triplet: 20, 05 and 88. RGB value is (32,5,136). Sum of RGB (Red+Green+Blue) = 32+5+136=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 136 (53.52% from 255 or 78.61% from 173); Max value from RGB is 136 - color contains mainly: blue. Hex color #200588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200588 is #DFFA77. Grayscale: #1B1B1B. Windows color (decimal): -14678648 or 8914208. OLE color: 8914208.
HSL color Cylindrical-coordinate representation of color #200588: hue angle of 252.37º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #200588 is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 5 | 136 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.47 |
| HSL | 252.37º | 0.93% | 0.28% | - |
| HSV(B) | 252.37º | 0.96% | 0.53% | - |
| XYZ | 5.09 | 2.19 | 23.45 | - |
| YUV | 28.01 | 188.95 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 136 | 0.76 | 0.96 | 0 | 0.47 | 252.37 | 0.93 | 0.28 |
| Hex | 20 | 5 | 88 | 4C | 60 | 0 | 2F | FC | 5D | 1C |
| Octal | 40 | 5 | 210 | 114 | 140 | 0 | 57 | 374 | 135 | 34 |
| Binary | 100000 | 101 | 10001000 | 1001100 | 1100000 | 0 | 101111 | 11111100 | 1011101 | 11100 |
Color Harmonies of #200588
Complementary color
Monochromatic Colors of #200588
Black with #200588
Text Example
Text Example
White with #200588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200588; }
p { color: rgb(32,5,136); }
H1.HeaderClassName
{
color: #200588;
}
.AnyTagClassName
{
color: #200588;
}
</style>
background-color css
<style>
a { background-color: #200588; }
a { background-color: rgb(32,5,136); }
div.DivClassName
{
background-color: #200588;
}
.BgClassName
{
background-color: #200588;
}
</style>
border-color css
<style>
span { border-color: #200588; }
span { border-color: rgb(32,5,136); }
td.TdClassName
{
border-color: #200588;
}
.TagClassName
{
border-color: #200588;
}
</style>