Shades of Ultramarine #201C9E
Tints of Ultramarine #201C9E
RGB
CMYK
RGB Variations
Color information
#201C9E (or 0x201C9E) is known color: Ultramarine. HEX triplet: 20, 1C and 9E. RGB value is (32,28,158). Sum of RGB (Red+Green+Blue) = 32+28+158=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 158 (62.11% from 255 or 72.48% from 218); Max value from RGB is 158 - color contains mainly: blue. Hex color #201C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201C9E is #DFE361. Grayscale: #2B2B2B. Windows color (decimal): -14672738 or 10361888. OLE color: 10361888.
HSL color Cylindrical-coordinate representation of color #201C9E: hue angle of 241.85º 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 #201C9E is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 28 | 158 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.38 |
| HSL | 241.85º | 0.7% | 0.36% | - |
| HSV(B) | 241.85º | 0.82% | 0.62% | - |
| XYZ | 7.18 | 3.61 | 32.67 | - |
| YUV | 44.02 | 192.33 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 158 | 0.80 | 0.82 | 0 | 0.38 | 241.85 | 0.7 | 0.36 |
| Hex | 20 | 1C | 9E | 50 | 52 | 0 | 26 | F2 | 46 | 24 |
| Octal | 40 | 34 | 236 | 120 | 122 | 0 | 46 | 362 | 106 | 44 |
| Binary | 100000 | 11100 | 10011110 | 1010000 | 1010010 | 0 | 100110 | 11110010 | 1000110 | 100100 |
Color Harmonies of #201C9E
Complementary color
Monochromatic Colors of #201C9E
Black with #201C9E
Text Example
Text Example
White with #201C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C9E; }
p { color: rgb(32,28,158); }
H1.HeaderClassName
{
color: #201C9E;
}
.AnyTagClassName
{
color: #201C9E;
}
</style>
background-color css
<style>
a { background-color: #201C9E; }
a { background-color: rgb(32,28,158); }
div.DivClassName
{
background-color: #201C9E;
}
.BgClassName
{
background-color: #201C9E;
}
</style>
border-color css
<style>
span { border-color: #201C9E; }
span { border-color: rgb(32,28,158); }
td.TdClassName
{
border-color: #201C9E;
}
.TagClassName
{
border-color: #201C9E;
}
</style>