Shades of Ultramarine #200883
Tints of Ultramarine #200883
RGB
CMYK
RGB Variations
Color information
#200883 (or 0x200883) is known color: Ultramarine. HEX triplet: 20, 08 and 83. RGB value is (32,8,131). Sum of RGB (Red+Green+Blue) = 32+8+131=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 131 (51.56% from 255 or 76.61% from 171); Max value from RGB is 131 - color contains mainly: blue. Hex color #200883 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200883 is #DFF77C. Grayscale: #1C1C1C. Windows color (decimal): -14677885 or 8587296. OLE color: 8587296.
HSL color Cylindrical-coordinate representation of color #200883: hue angle of 251.71º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200883 is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 8 | 131 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.49 |
| HSL | 251.71º | 0.88% | 0.27% | - |
| HSV(B) | 251.71º | 0.94% | 0.51% | - |
| XYZ | 4.78 | 2.12 | 21.63 | - |
| YUV | 29.2 | 185.45 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 131 | 0.76 | 0.94 | 0 | 0.49 | 251.71 | 0.88 | 0.27 |
| Hex | 20 | 8 | 83 | 4C | 5E | 0 | 31 | FC | 58 | 1B |
| Octal | 40 | 10 | 203 | 114 | 136 | 0 | 61 | 374 | 130 | 33 |
| Binary | 100000 | 1000 | 10000011 | 1001100 | 1011110 | 0 | 110001 | 11111100 | 1011000 | 11011 |
Color Harmonies of #200883
Complementary color
Monochromatic Colors of #200883
Black with #200883
Text Example
Text Example
White with #200883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200883; }
p { color: rgb(32,8,131); }
H1.HeaderClassName
{
color: #200883;
}
.AnyTagClassName
{
color: #200883;
}
</style>
background-color css
<style>
a { background-color: #200883; }
a { background-color: rgb(32,8,131); }
div.DivClassName
{
background-color: #200883;
}
.BgClassName
{
background-color: #200883;
}
</style>
border-color css
<style>
span { border-color: #200883; }
span { border-color: rgb(32,8,131); }
td.TdClassName
{
border-color: #200883;
}
.TagClassName
{
border-color: #200883;
}
</style>