#1660B2

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

Shades of Denim #1660B2

Tints of Denim #1660B2

Color information

#1660B2 (or 0x1660B2) is unknown color: approx Denim. HEX triplet: 16, 60 and B2. RGB value is (22,96,178). Sum of RGB (Red+Green+Blue) = 22+96+178=296 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.43% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 178 (69.92% from 255 or 60.14% from 296); Max value from RGB is 178 - color contains mainly: blue. Hex color #1660B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1660B2 is #E99F4D. Grayscale: #525252. Windows color (decimal): -15310670 or 11690006. OLE color: 11690006.

HSL color Cylindrical-coordinate representation of color #1660B2: hue angle of 211.54º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1660B2 is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2296178-
CMYK0.880.4600.30
HSL211.54º78%39.22%-
HSV(B)211.54º87.64%69.8%-
XYZ12.5511.7543.73-
YUV83.22181.4884.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.43%
GREEN value IS 96 (37.89% from 255) = 32.43%
BLUE value IS 178 (69.92% from 255) = 60.14%
R=7.43%
G=32.43%
B=60.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal22961780.880.4600.30211.547839.22
Hex1660B2582E01Ed44e27
Octal261402621305603632411647
Binary101101100000101100101011000101110011110110101001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1660B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1660B2; }

 p { color: rgb(22,96,178); }

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

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

 a { background-color: rgb(22,96,178); }

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

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

 span { border-color: rgb(22,96,178); }

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