Shades of Ultramarine #201685
Tints of Ultramarine #201685
RGB
CMYK
RGB Variations
Color information
#201685 (or 0x201685) is known color: Ultramarine. HEX triplet: 20, 16 and 85. RGB value is (32,22,133). Sum of RGB (Red+Green+Blue) = 32+22+133=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 133 (52.34% from 255 or 71.12% from 187); Max value from RGB is 133 - color contains mainly: blue. Hex color #201685 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201685 is #DFE97A. Grayscale: #252525. Windows color (decimal): -14674299 or 8721952. OLE color: 8721952.
HSL color Cylindrical-coordinate representation of color #201685: hue angle of 245.41º degrees, saturation: 0.72, 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 #201685 is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 22 | 133 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.48 |
| HSL | 245.41º | 0.72% | 0.3% | - |
| HSV(B) | 245.41º | 0.83% | 0.52% | - |
| XYZ | 5.12 | 2.57 | 22.42 | - |
| YUV | 37.64 | 181.81 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 133 | 0.76 | 0.83 | 0 | 0.48 | 245.41 | 0.72 | 0.3 |
| Hex | 20 | 16 | 85 | 4C | 53 | 0 | 30 | F5 | 48 | 1E |
| Octal | 40 | 26 | 205 | 114 | 123 | 0 | 60 | 365 | 110 | 36 |
| Binary | 100000 | 10110 | 10000101 | 1001100 | 1010011 | 0 | 110000 | 11110101 | 1001000 | 11110 |
Color Harmonies of #201685
Complementary color
Monochromatic Colors of #201685
Black with #201685
Text Example
Text Example
White with #201685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201685; }
p { color: rgb(32,22,133); }
H1.HeaderClassName
{
color: #201685;
}
.AnyTagClassName
{
color: #201685;
}
</style>
background-color css
<style>
a { background-color: #201685; }
a { background-color: rgb(32,22,133); }
div.DivClassName
{
background-color: #201685;
}
.BgClassName
{
background-color: #201685;
}
</style>
border-color css
<style>
span { border-color: #201685; }
span { border-color: rgb(32,22,133); }
td.TdClassName
{
border-color: #201685;
}
.TagClassName
{
border-color: #201685;
}
</style>