Shades of Ultramarine #201C93
Tints of Ultramarine #201C93
RGB
CMYK
RGB Variations
Color information
#201C93 (or 0x201C93) is known color: Ultramarine. HEX triplet: 20, 1C and 93. RGB value is (32,28,147). Sum of RGB (Red+Green+Blue) = 32+28+147=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 147 (57.81% from 255 or 71.01% from 207); Max value from RGB is 147 - color contains mainly: blue. Hex color #201C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201C93 is #DFE36C. Grayscale: #2A2A2A. Windows color (decimal): -14672749 or 9640992. OLE color: 9640992.
HSL color Cylindrical-coordinate representation of color #201C93: hue angle of 242.02º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201C93 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 28 | 147 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.42 |
| HSL | 242.02º | 0.68% | 0.34% | - |
| HSV(B) | 242.02º | 0.81% | 0.58% | - |
| XYZ | 6.28 | 3.24 | 27.9 | - |
| YUV | 42.76 | 186.83 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 147 | 0.78 | 0.81 | 0 | 0.42 | 242.02 | 0.68 | 0.34 |
| Hex | 20 | 1C | 93 | 4E | 51 | 0 | 2A | F2 | 44 | 22 |
| Octal | 40 | 34 | 223 | 116 | 121 | 0 | 52 | 362 | 104 | 42 |
| Binary | 100000 | 11100 | 10010011 | 1001110 | 1010001 | 0 | 101010 | 11110010 | 1000100 | 100010 |
Color Harmonies of #201C93
Complementary color
Monochromatic Colors of #201C93
Black with #201C93
Text Example
Text Example
White with #201C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C93; }
p { color: rgb(32,28,147); }
H1.HeaderClassName
{
color: #201C93;
}
.AnyTagClassName
{
color: #201C93;
}
</style>
background-color css
<style>
a { background-color: #201C93; }
a { background-color: rgb(32,28,147); }
div.DivClassName
{
background-color: #201C93;
}
.BgClassName
{
background-color: #201C93;
}
</style>
border-color css
<style>
span { border-color: #201C93; }
span { border-color: rgb(32,28,147); }
td.TdClassName
{
border-color: #201C93;
}
.TagClassName
{
border-color: #201C93;
}
</style>