#201686

Color #201686 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #201686

Tints of Ultramarine #201686

Color information

#201686 (or 0x201686) is unknown color: approx Ultramarine. HEX triplet: 20, 16 and 86. RGB value is (32,22,134). Sum of RGB (Red+Green+Blue) = 32+22+134=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 134 (52.73% from 255 or 71.28% from 188); Max value from RGB is 134 - color contains mainly: blue. Hex color #201686 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201686 is #DFE979. Grayscale: #252525. Windows color (decimal): -14674298 or 8787488. OLE color: 8787488.

HSL color Cylindrical-coordinate representation of color #201686: hue angle of 245.36º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201686 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3222134-
CMYK0.760.8400.47
HSL245.36º71.79%30.59%-
HSV(B)245.36º83.58%52.55%-
XYZ5.192.622.78-
YUV37.76182.31123.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 17.02%
GREEN value IS 22 (8.98% from 255) = 11.70%
BLUE value IS 134 (52.73% from 255) = 71.28%
R=17.02%
G=11.70%
B=71.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal32221340.760.8400.47245.3671.7930.59
Hex2016864C5402Ff5481f
Octal402620611412405736511037
Binary100000101101000011010011001010100010111111110101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201686; }

 p { color: rgb(32,22,134); }

 H1.HeaderClassName
 {
   color: #201686;
 }
 .AnyTagClassName
 {
   color: #201686;
 }
</style>
background-color css

<style>
 a { background-color: #201686; }

 a { background-color: rgb(32,22,134); }

 div.DivClassName
 {
   background-color: #201686;
 }
 .BgClassName
 {
   background-color: #201686;
 }
</style>
border-color css

<style>
 span { border-color: #201686; }

 span { border-color: rgb(32,22,134); }

 td.TdClassName
 {
   border-color: #201686;
 }
 .TagClassName
 {
   border-color: #201686;
 }
</style>