#1776B6

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

Shades of Denim #1776B6

Tints of Denim #1776B6

Color information

#1776B6 (or 0x1776B6) is unknown color: approx Denim. HEX triplet: 17, 76 and B6. RGB value is (23,118,182). Sum of RGB (Red+Green+Blue) = 23+118+182=323 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.12% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 182 (71.48% from 255 or 56.35% from 323); Max value from RGB is 182 - color contains mainly: blue. Hex color #1776B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1776B6 is #E88949. Grayscale: #606060. Windows color (decimal): -15239498 or 11957783. OLE color: 11957783.

HSL color Cylindrical-coordinate representation of color #1776B6: hue angle of 204.15º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1776B6 is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB23118182-
CMYK0.870.3500.29
HSL204.15º77.56%40.2%-
HSV(B)204.15º87.36%71.37%-
XYZ15.2816.5246.64-
YUV96.89176.0375.3-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.12%
GREEN value IS 118 (46.48% from 255) = 36.53%
BLUE value IS 182 (71.48% from 255) = 56.35%
R=7.12%
G=36.53%
B=56.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal231181820.870.3500.29204.1577.5640.2
Hex1776B6572301Dcc4e28
Octal271662661274303531411650
Binary101111110110101101101010111100011011101110011001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1776B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1776B6; }

 p { color: rgb(23,118,182); }

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

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

 a { background-color: rgb(23,118,182); }

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

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

 span { border-color: rgb(23,118,182); }

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