Shades of Ultramarine #201293
Tints of Ultramarine #201293
RGB
CMYK
RGB Variations
Color information
#201293 (or 0x201293) is known color: Ultramarine. HEX triplet: 20, 12 and 93. RGB value is (32,18,147). Sum of RGB (Red+Green+Blue) = 32+18+147=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 147 (57.81% from 255 or 74.62% from 197); Max value from RGB is 147 - color contains mainly: blue. Hex color #201293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201293 is #DFED6C. Grayscale: #242424. Windows color (decimal): -14675309 or 9638432. OLE color: 9638432.
HSL color Cylindrical-coordinate representation of color #201293: hue angle of 246.51º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201293 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 18 | 147 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.42 |
| HSL | 246.51º | 0.78% | 0.32% | - |
| HSV(B) | 246.51º | 0.88% | 0.58% | - |
| XYZ | 6.08 | 2.85 | 27.83 | - |
| YUV | 36.89 | 190.14 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 147 | 0.78 | 0.88 | 0 | 0.42 | 246.51 | 0.78 | 0.32 |
| Hex | 20 | 12 | 93 | 4E | 58 | 0 | 2A | F7 | 4E | 20 |
| Octal | 40 | 22 | 223 | 116 | 130 | 0 | 52 | 367 | 116 | 40 |
| Binary | 100000 | 10010 | 10010011 | 1001110 | 1011000 | 0 | 101010 | 11110111 | 1001110 | 100000 |
Color Harmonies of #201293
Complementary color
Monochromatic Colors of #201293
Black with #201293
Text Example
Text Example
White with #201293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201293; }
p { color: rgb(32,18,147); }
H1.HeaderClassName
{
color: #201293;
}
.AnyTagClassName
{
color: #201293;
}
</style>
background-color css
<style>
a { background-color: #201293; }
a { background-color: rgb(32,18,147); }
div.DivClassName
{
background-color: #201293;
}
.BgClassName
{
background-color: #201293;
}
</style>
border-color css
<style>
span { border-color: #201293; }
span { border-color: rgb(32,18,147); }
td.TdClassName
{
border-color: #201293;
}
.TagClassName
{
border-color: #201293;
}
</style>