Shades of Ultramarine #201C8C
Tints of Ultramarine #201C8C
RGB
CMYK
RGB Variations
Color information
#201C8C (or 0x201C8C) is known color: Ultramarine. HEX triplet: 20, 1C and 8C. RGB value is (32,28,140). Sum of RGB (Red+Green+Blue) = 32+28+140=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 140 (55.08% from 255 or 70% from 200); Max value from RGB is 140 - color contains mainly: blue. Hex color #201C8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201C8C is #DFE373. Grayscale: #292929. Windows color (decimal): -14672756 or 9182240. OLE color: 9182240.
HSL color Cylindrical-coordinate representation of color #201C8C: hue angle of 242.14º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #201C8C is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 28 | 140 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.45 |
| HSL | 242.14º | 0.67% | 0.33% | - |
| HSV(B) | 242.14º | 0.8% | 0.55% | - |
| XYZ | 5.74 | 3.03 | 25.09 | - |
| YUV | 41.96 | 183.33 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 140 | 0.77 | 0.80 | 0 | 0.45 | 242.14 | 0.67 | 0.33 |
| Hex | 20 | 1C | 8C | 4D | 50 | 0 | 2D | F2 | 43 | 21 |
| Octal | 40 | 34 | 214 | 115 | 120 | 0 | 55 | 362 | 103 | 41 |
| Binary | 100000 | 11100 | 10001100 | 1001101 | 1010000 | 0 | 101101 | 11110010 | 1000011 | 100001 |
Color Harmonies of #201C8C
Complementary color
Monochromatic Colors of #201C8C
Black with #201C8C
Text Example
Text Example
White with #201C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C8C; }
p { color: rgb(32,28,140); }
H1.HeaderClassName
{
color: #201C8C;
}
.AnyTagClassName
{
color: #201C8C;
}
</style>
background-color css
<style>
a { background-color: #201C8C; }
a { background-color: rgb(32,28,140); }
div.DivClassName
{
background-color: #201C8C;
}
.BgClassName
{
background-color: #201C8C;
}
</style>
border-color css
<style>
span { border-color: #201C8C; }
span { border-color: rgb(32,28,140); }
td.TdClassName
{
border-color: #201C8C;
}
.TagClassName
{
border-color: #201C8C;
}
</style>