Shades of Ultramarine #200CA3
Tints of Ultramarine #200CA3
RGB
CMYK
RGB Variations
Color information
#200CA3 (or 0x200CA3) is known color: Ultramarine. HEX triplet: 20, 0C and A3. RGB value is (32,12,163). Sum of RGB (Red+Green+Blue) = 32+12+163=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 163 (64.06% from 255 or 78.74% from 207); Max value from RGB is 163 - color contains mainly: blue. Hex color #200CA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200CA3 is #DFF35C. Grayscale: #222222. Windows color (decimal): -14676829 or 10685472. OLE color: 10685472.
HSL color Cylindrical-coordinate representation of color #200CA3: hue angle of 247.95º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200CA3 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 12 | 163 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.36 |
| HSL | 247.95º | 0.86% | 0.34% | - |
| HSV(B) | 247.95º | 0.93% | 0.64% | - |
| XYZ | 7.34 | 3.21 | 34.88 | - |
| YUV | 35.19 | 200.13 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 163 | 0.80 | 0.93 | 0 | 0.36 | 247.95 | 0.86 | 0.34 |
| Hex | 20 | C | A3 | 50 | 5D | 0 | 24 | F8 | 56 | 22 |
| Octal | 40 | 14 | 243 | 120 | 135 | 0 | 44 | 370 | 126 | 42 |
| Binary | 100000 | 1100 | 10100011 | 1010000 | 1011101 | 0 | 100100 | 11111000 | 1010110 | 100010 |
Color Harmonies of #200CA3
Complementary color
Monochromatic Colors of #200CA3
Black with #200CA3
Text Example
Text Example
White with #200CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200CA3; }
p { color: rgb(32,12,163); }
H1.HeaderClassName
{
color: #200CA3;
}
.AnyTagClassName
{
color: #200CA3;
}
</style>
background-color css
<style>
a { background-color: #200CA3; }
a { background-color: rgb(32,12,163); }
div.DivClassName
{
background-color: #200CA3;
}
.BgClassName
{
background-color: #200CA3;
}
</style>
border-color css
<style>
span { border-color: #200CA3; }
span { border-color: rgb(32,12,163); }
td.TdClassName
{
border-color: #200CA3;
}
.TagClassName
{
border-color: #200CA3;
}
</style>