Shades of Ultramarine #201193
Tints of Ultramarine #201193
RGB
CMYK
RGB Variations
Color information
#201193 (or 0x201193) is known color: Ultramarine. HEX triplet: 20, 11 and 93. RGB value is (32,17,147). Sum of RGB (Red+Green+Blue) = 32+17+147=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 147 (57.81% from 255 or 75% from 196); Max value from RGB is 147 - color contains mainly: blue. Hex color #201193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201193 is #DFEE6C. Grayscale: #232323. Windows color (decimal): -14675565 or 9638176. OLE color: 9638176.
HSL color Cylindrical-coordinate representation of color #201193: hue angle of 246.92º degrees, saturation: 0.79, 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 #201193 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 17 | 147 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.42 |
| HSL | 246.92º | 0.79% | 0.32% | - |
| HSV(B) | 246.92º | 0.88% | 0.58% | - |
| XYZ | 6.06 | 2.81 | 27.83 | - |
| YUV | 36.31 | 190.47 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 147 | 0.78 | 0.88 | 0 | 0.42 | 246.92 | 0.79 | 0.32 |
| Hex | 20 | 11 | 93 | 4E | 58 | 0 | 2A | F7 | 4F | 20 |
| Octal | 40 | 21 | 223 | 116 | 130 | 0 | 52 | 367 | 117 | 40 |
| Binary | 100000 | 10001 | 10010011 | 1001110 | 1011000 | 0 | 101010 | 11110111 | 1001111 | 100000 |
Color Harmonies of #201193
Complementary color
Monochromatic Colors of #201193
Black with #201193
Text Example
Text Example
White with #201193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201193; }
p { color: rgb(32,17,147); }
H1.HeaderClassName
{
color: #201193;
}
.AnyTagClassName
{
color: #201193;
}
</style>
background-color css
<style>
a { background-color: #201193; }
a { background-color: rgb(32,17,147); }
div.DivClassName
{
background-color: #201193;
}
.BgClassName
{
background-color: #201193;
}
</style>
border-color css
<style>
span { border-color: #201193; }
span { border-color: rgb(32,17,147); }
td.TdClassName
{
border-color: #201193;
}
.TagClassName
{
border-color: #201193;
}
</style>