#1676BD

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

Shades of Denim #1676BD

Tints of Denim #1676BD

Color information

#1676BD (or 0x1676BD) is unknown color: approx Denim. HEX triplet: 16, 76 and BD. RGB value is (22,118,189). Sum of RGB (Red+Green+Blue) = 22+118+189=329 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.69% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #1676BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1676BD is #E98942. Grayscale: #616161. Windows color (decimal): -15305027 or 12416534. OLE color: 12416534.

HSL color Cylindrical-coordinate representation of color #1676BD: hue angle of 205.51º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1676BD is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB22118189-
CMYK0.880.3800.26
HSL205.51º79.15%41.37%-
HSV(B)205.51º88.36%74.12%-
XYZ15.9916.850.54-
YUV97.39179.774.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.69%
GREEN value IS 118 (46.48% from 255) = 35.87%
BLUE value IS 189 (74.22% from 255) = 57.45%
R=6.69%
G=35.87%
B=57.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal221181890.880.3800.26205.5179.1541.37
Hex1676BD582601Ace4f29
Octal261662751304603231611751
Binary101101110110101111011011000100110011010110011101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1676BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1676BD; }

 p { color: rgb(22,118,189); }

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

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

 a { background-color: rgb(22,118,189); }

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

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

 span { border-color: rgb(22,118,189); }

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