Shades of Ultramarine #200484
Tints of Ultramarine #200484
RGB
CMYK
RGB Variations
Color information
#200484 (or 0x200484) is known color: Ultramarine. HEX triplet: 20, 04 and 84. RGB value is (32,4,132). Sum of RGB (Red+Green+Blue) = 32+4+132=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 132 (51.95% from 255 or 78.57% from 168); Max value from RGB is 132 - color contains mainly: blue. Hex color #200484 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200484 is #DFFB7B. Grayscale: #1A1A1A. Windows color (decimal): -14678908 or 8651808. OLE color: 8651808.
HSL color Cylindrical-coordinate representation of color #200484: hue angle of 253.12º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #200484 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 4 | 132 | - |
| CMYK | 0.76 | 0.97 | 0 | 0.48 |
| HSL | 253.13º | 0.94% | 0.27% | - |
| HSV(B) | 253.13º | 0.97% | 0.52% | - |
| XYZ | 4.8 | 2.06 | 21.97 | - |
| YUV | 26.96 | 187.28 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 132 | 0.76 | 0.97 | 0 | 0.48 | 253.13 | 0.94 | 0.27 |
| Hex | 20 | 4 | 84 | 4C | 61 | 0 | 30 | FD | 5E | 1B |
| Octal | 40 | 4 | 204 | 114 | 141 | 0 | 60 | 375 | 136 | 33 |
| Binary | 100000 | 100 | 10000100 | 1001100 | 1100001 | 0 | 110000 | 11111101 | 1011110 | 11011 |
Color Harmonies of #200484
Complementary color
Monochromatic Colors of #200484
Black with #200484
Text Example
Text Example
White with #200484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200484; }
p { color: rgb(32,4,132); }
H1.HeaderClassName
{
color: #200484;
}
.AnyTagClassName
{
color: #200484;
}
</style>
background-color css
<style>
a { background-color: #200484; }
a { background-color: rgb(32,4,132); }
div.DivClassName
{
background-color: #200484;
}
.BgClassName
{
background-color: #200484;
}
</style>
border-color css
<style>
span { border-color: #200484; }
span { border-color: rgb(32,4,132); }
td.TdClassName
{
border-color: #200484;
}
.TagClassName
{
border-color: #200484;
}
</style>