#1676B8

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

Shades of Denim #1676B8

Tints of Denim #1676B8

Color information

#1676B8 (or 0x1676B8) is unknown color: approx Denim. HEX triplet: 16, 76 and B8. RGB value is (22,118,184). Sum of RGB (Red+Green+Blue) = 22+118+184=324 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.79% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 184 (72.27% from 255 or 56.79% from 324); Max value from RGB is 184 - color contains mainly: blue. Hex color #1676B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1676B8 is #E98947. Grayscale: #606060. Windows color (decimal): -15305032 or 12088854. OLE color: 12088854.

HSL color Cylindrical-coordinate representation of color #1676B8: hue angle of 204.44º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1676B8 is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB22118184-
CMYK0.880.3600.28
HSL204.44º78.64%40.39%-
HSV(B)204.44º88.04%72.16%-
XYZ15.4616.5947.73-
YUV96.82177.274.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.79%
GREEN value IS 118 (46.48% from 255) = 36.42%
BLUE value IS 184 (72.27% from 255) = 56.79%
R=6.79%
G=36.42%
B=56.79%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal221181840.880.3600.28204.4478.6440.39
Hex1676B8582401Ccc4f28
Octal261662701304403431411750
Binary101101110110101110001011000100100011100110011001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1676B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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