Shades of Ultramarine #201182
Tints of Ultramarine #201182
RGB
CMYK
RGB Variations
Color information
#201182 (or 0x201182) is known color: Ultramarine. HEX triplet: 20, 11 and 82. RGB value is (32,17,130). Sum of RGB (Red+Green+Blue) = 32+17+130=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 130 (51.17% from 255 or 72.63% from 179); Max value from RGB is 130 - color contains mainly: blue. Hex color #201182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201182 is #DFEE7D. Grayscale: #212121. Windows color (decimal): -14675582 or 8524064. OLE color: 8524064.
HSL color Cylindrical-coordinate representation of color #201182: hue angle of 247.96º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #201182 is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 17 | 130 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.49 |
| HSL | 247.96º | 0.77% | 0.29% | - |
| HSV(B) | 247.96º | 0.87% | 0.51% | - |
| XYZ | 4.83 | 2.32 | 21.31 | - |
| YUV | 34.37 | 181.97 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 130 | 0.75 | 0.87 | 0 | 0.49 | 247.96 | 0.77 | 0.29 |
| Hex | 20 | 11 | 82 | 4B | 57 | 0 | 31 | F8 | 4D | 1D |
| Octal | 40 | 21 | 202 | 113 | 127 | 0 | 61 | 370 | 115 | 35 |
| Binary | 100000 | 10001 | 10000010 | 1001011 | 1010111 | 0 | 110001 | 11111000 | 1001101 | 11101 |
Color Harmonies of #201182
Complementary color
Monochromatic Colors of #201182
Black with #201182
Text Example
Text Example
White with #201182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201182; }
p { color: rgb(32,17,130); }
H1.HeaderClassName
{
color: #201182;
}
.AnyTagClassName
{
color: #201182;
}
</style>
background-color css
<style>
a { background-color: #201182; }
a { background-color: rgb(32,17,130); }
div.DivClassName
{
background-color: #201182;
}
.BgClassName
{
background-color: #201182;
}
</style>
border-color css
<style>
span { border-color: #201182; }
span { border-color: rgb(32,17,130); }
td.TdClassName
{
border-color: #201182;
}
.TagClassName
{
border-color: #201182;
}
</style>