#1680C2

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

Shades of Denim #1680C2

Tints of Denim #1680C2

Color information

#1680C2 (or 0x1680C2) is unknown color: approx Denim. HEX triplet: 16, 80 and C2. RGB value is (22,128,194). Sum of RGB (Red+Green+Blue) = 22+128+194=344 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.40% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 194 (76.17% from 255 or 56.40% from 344); Max value from RGB is 194 - color contains mainly: blue. Hex color #1680C2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1680C2 is #E97F3D. Grayscale: #676767. Windows color (decimal): -15302462 or 12746774. OLE color: 12746774.

HSL color Cylindrical-coordinate representation of color #1680C2: hue angle of 203.02º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1680C2 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB22128194-
CMYK0.890.3400.24
HSL203.02º79.63%42.35%-
HSV(B)203.02º88.66%76.08%-
XYZ17.7919.553.87-
YUV103.83178.8869.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.40%
GREEN value IS 128 (50.39% from 255) = 37.21%
BLUE value IS 194 (76.17% from 255) = 56.40%
R=6.40%
G=37.21%
B=56.40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal221281940.890.3400.24203.0279.6342.35
Hex1680C25922018cb502a
Octal262003021314203031312052
Binary1011010000000110000101011001100010011000110010111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1680C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1680C2; }

 p { color: rgb(22,128,194); }

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

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

 a { background-color: rgb(22,128,194); }

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

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

 span { border-color: rgb(22,128,194); }

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