Shades of Ultramarine #201282
Tints of Ultramarine #201282
RGB
CMYK
RGB Variations
Color information
#201282 (or 0x201282) is known color: Ultramarine. HEX triplet: 20, 12 and 82. RGB value is (32,18,130). Sum of RGB (Red+Green+Blue) = 32+18+130=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 130 (51.17% from 255 or 72.22% from 180); Max value from RGB is 130 - color contains mainly: blue. Hex color #201282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201282 is #DFED7D. Grayscale: #222222. Windows color (decimal): -14675326 or 8524320. OLE color: 8524320.
HSL color Cylindrical-coordinate representation of color #201282: hue angle of 247.5º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201282 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 18 | 130 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.49 |
| HSL | 247.5º | 0.76% | 0.29% | - |
| HSV(B) | 247.5º | 0.86% | 0.51% | - |
| XYZ | 4.84 | 2.35 | 21.32 | - |
| YUV | 34.95 | 181.64 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 130 | 0.75 | 0.86 | 0 | 0.49 | 247.5 | 0.76 | 0.29 |
| Hex | 20 | 12 | 82 | 4B | 56 | 0 | 31 | F8 | 4C | 1D |
| Octal | 40 | 22 | 202 | 113 | 126 | 0 | 61 | 370 | 114 | 35 |
| Binary | 100000 | 10010 | 10000010 | 1001011 | 1010110 | 0 | 110001 | 11111000 | 1001100 | 11101 |
Color Harmonies of #201282
Complementary color
Monochromatic Colors of #201282
Black with #201282
Text Example
Text Example
White with #201282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201282; }
p { color: rgb(32,18,130); }
H1.HeaderClassName
{
color: #201282;
}
.AnyTagClassName
{
color: #201282;
}
</style>
background-color css
<style>
a { background-color: #201282; }
a { background-color: rgb(32,18,130); }
div.DivClassName
{
background-color: #201282;
}
.BgClassName
{
background-color: #201282;
}
</style>
border-color css
<style>
span { border-color: #201282; }
span { border-color: rgb(32,18,130); }
td.TdClassName
{
border-color: #201282;
}
.TagClassName
{
border-color: #201282;
}
</style>