Shades of Ultramarine #201192
Tints of Ultramarine #201192
RGB
CMYK
RGB Variations
Color information
#201192 (or 0x201192) is known color: Ultramarine. HEX triplet: 20, 11 and 92. RGB value is (32,17,146). Sum of RGB (Red+Green+Blue) = 32+17+146=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 146 (57.42% from 255 or 74.87% from 195); Max value from RGB is 146 - color contains mainly: blue. Hex color #201192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201192 is #DFEE6D. Grayscale: #232323. Windows color (decimal): -14675566 or 9572640. OLE color: 9572640.
HSL color Cylindrical-coordinate representation of color #201192: hue angle of 246.98º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201192 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 17 | 146 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.43 |
| HSL | 246.98º | 0.79% | 0.32% | - |
| HSV(B) | 246.98º | 0.88% | 0.57% | - |
| XYZ | 5.98 | 2.78 | 27.42 | - |
| YUV | 36.19 | 189.97 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 146 | 0.78 | 0.88 | 0 | 0.43 | 246.98 | 0.79 | 0.32 |
| Hex | 20 | 11 | 92 | 4E | 58 | 0 | 2B | F7 | 4F | 20 |
| Octal | 40 | 21 | 222 | 116 | 130 | 0 | 53 | 367 | 117 | 40 |
| Binary | 100000 | 10001 | 10010010 | 1001110 | 1011000 | 0 | 101011 | 11110111 | 1001111 | 100000 |
Color Harmonies of #201192
Complementary color
Monochromatic Colors of #201192
Black with #201192
Text Example
Text Example
White with #201192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201192; }
p { color: rgb(32,17,146); }
H1.HeaderClassName
{
color: #201192;
}
.AnyTagClassName
{
color: #201192;
}
</style>
background-color css
<style>
a { background-color: #201192; }
a { background-color: rgb(32,17,146); }
div.DivClassName
{
background-color: #201192;
}
.BgClassName
{
background-color: #201192;
}
</style>
border-color css
<style>
span { border-color: #201192; }
span { border-color: rgb(32,17,146); }
td.TdClassName
{
border-color: #201192;
}
.TagClassName
{
border-color: #201192;
}
</style>