Shades of Ultramarine #200384
Tints of Ultramarine #200384
RGB
CMYK
RGB Variations
Color information
#200384 (or 0x200384) is known color: Ultramarine. HEX triplet: 20, 03 and 84. RGB value is (32,3,132). Sum of RGB (Red+Green+Blue) = 32+3+132=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 132 (51.95% from 255 or 79.04% from 167); Max value from RGB is 132 - color contains mainly: blue. Hex color #200384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200384 is #DFFC7B. Grayscale: #191919. Windows color (decimal): -14679164 or 8651552. OLE color: 8651552.
HSL color Cylindrical-coordinate representation of color #200384: hue angle of 253.49º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #200384 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 3 | 132 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.48 |
| HSL | 253.49º | 0.96% | 0.26% | - |
| HSV(B) | 253.49º | 0.98% | 0.52% | - |
| XYZ | 4.79 | 2.04 | 21.97 | - |
| YUV | 26.38 | 187.61 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 132 | 0.76 | 0.98 | 0 | 0.48 | 253.49 | 0.96 | 0.26 |
| Hex | 20 | 3 | 84 | 4C | 62 | 0 | 30 | FD | 60 | 1A |
| Octal | 40 | 3 | 204 | 114 | 142 | 0 | 60 | 375 | 140 | 32 |
| Binary | 100000 | 11 | 10000100 | 1001100 | 1100010 | 0 | 110000 | 11111101 | 1100000 | 11010 |
Color Harmonies of #200384
Complementary color
Monochromatic Colors of #200384
Black with #200384
Text Example
Text Example
White with #200384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200384; }
p { color: rgb(32,3,132); }
H1.HeaderClassName
{
color: #200384;
}
.AnyTagClassName
{
color: #200384;
}
</style>
background-color css
<style>
a { background-color: #200384; }
a { background-color: rgb(32,3,132); }
div.DivClassName
{
background-color: #200384;
}
.BgClassName
{
background-color: #200384;
}
</style>
border-color css
<style>
span { border-color: #200384; }
span { border-color: rgb(32,3,132); }
td.TdClassName
{
border-color: #200384;
}
.TagClassName
{
border-color: #200384;
}
</style>