Shades of Ultramarine #201C9D
Tints of Ultramarine #201C9D
RGB
CMYK
RGB Variations
Color information
#201C9D (or 0x201C9D) is known color: Ultramarine. HEX triplet: 20, 1C and 9D. RGB value is (32,28,157). Sum of RGB (Red+Green+Blue) = 32+28+157=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 157 (61.72% from 255 or 72.35% from 217); Max value from RGB is 157 - color contains mainly: blue. Hex color #201C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201C9D is #DFE362. Grayscale: #2B2B2B. Windows color (decimal): -14672739 or 10296352. OLE color: 10296352.
HSL color Cylindrical-coordinate representation of color #201C9D: hue angle of 241.86º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201C9D is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 28 | 157 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.38 |
| HSL | 241.86º | 0.7% | 0.36% | - |
| HSV(B) | 241.86º | 0.82% | 0.62% | - |
| XYZ | 7.1 | 3.57 | 32.21 | - |
| YUV | 43.9 | 191.83 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 157 | 0.80 | 0.82 | 0 | 0.38 | 241.86 | 0.7 | 0.36 |
| Hex | 20 | 1C | 9D | 50 | 52 | 0 | 26 | F2 | 46 | 24 |
| Octal | 40 | 34 | 235 | 120 | 122 | 0 | 46 | 362 | 106 | 44 |
| Binary | 100000 | 11100 | 10011101 | 1010000 | 1010010 | 0 | 100110 | 11110010 | 1000110 | 100100 |
Color Harmonies of #201C9D
Complementary color
Monochromatic Colors of #201C9D
Black with #201C9D
Text Example
Text Example
White with #201C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C9D; }
p { color: rgb(32,28,157); }
H1.HeaderClassName
{
color: #201C9D;
}
.AnyTagClassName
{
color: #201C9D;
}
</style>
background-color css
<style>
a { background-color: #201C9D; }
a { background-color: rgb(32,28,157); }
div.DivClassName
{
background-color: #201C9D;
}
.BgClassName
{
background-color: #201C9D;
}
</style>
border-color css
<style>
span { border-color: #201C9D; }
span { border-color: rgb(32,28,157); }
td.TdClassName
{
border-color: #201C9D;
}
.TagClassName
{
border-color: #201C9D;
}
</style>