Shades of Ultramarine #201684
Tints of Ultramarine #201684
RGB
CMYK
RGB Variations
Color information
#201684 (or 0x201684) is known color: Ultramarine. HEX triplet: 20, 16 and 84. RGB value is (32,22,132). Sum of RGB (Red+Green+Blue) = 32+22+132=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 132 (51.95% from 255 or 70.97% from 186); Max value from RGB is 132 - color contains mainly: blue. Hex color #201684 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201684 is #DFE97B. Grayscale: #252525. Windows color (decimal): -14674300 or 8656416. OLE color: 8656416.
HSL color Cylindrical-coordinate representation of color #201684: hue angle of 245.45º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #201684 is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 22 | 132 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.48 |
| HSL | 245.45º | 0.71% | 0.3% | - |
| HSV(B) | 245.45º | 0.83% | 0.52% | - |
| XYZ | 5.05 | 2.55 | 22.06 | - |
| YUV | 37.53 | 181.31 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 132 | 0.76 | 0.83 | 0 | 0.48 | 245.45 | 0.71 | 0.3 |
| Hex | 20 | 16 | 84 | 4C | 53 | 0 | 30 | F5 | 47 | 1E |
| Octal | 40 | 26 | 204 | 114 | 123 | 0 | 60 | 365 | 107 | 36 |
| Binary | 100000 | 10110 | 10000100 | 1001100 | 1010011 | 0 | 110000 | 11110101 | 1000111 | 11110 |
Color Harmonies of #201684
Complementary color
Monochromatic Colors of #201684
Black with #201684
Text Example
Text Example
White with #201684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201684; }
p { color: rgb(32,22,132); }
H1.HeaderClassName
{
color: #201684;
}
.AnyTagClassName
{
color: #201684;
}
</style>
background-color css
<style>
a { background-color: #201684; }
a { background-color: rgb(32,22,132); }
div.DivClassName
{
background-color: #201684;
}
.BgClassName
{
background-color: #201684;
}
</style>
border-color css
<style>
span { border-color: #201684; }
span { border-color: rgb(32,22,132); }
td.TdClassName
{
border-color: #201684;
}
.TagClassName
{
border-color: #201684;
}
</style>