#1D76B6

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

Shades of Denim #1D76B6

Tints of Denim #1D76B6

Color information

#1D76B6 (or 0x1D76B6) is unknown color: approx Denim. HEX triplet: 1D, 76 and B6. RGB value is (29,118,182). Sum of RGB (Red+Green+Blue) = 29+118+182=329 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.81% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 182 (71.48% from 255 or 55.32% from 329); Max value from RGB is 182 - color contains mainly: blue. Hex color #1D76B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D76B6 is #E28949. Grayscale: #626262. Windows color (decimal): -14846282 or 11957789. OLE color: 11957789.

HSL color Cylindrical-coordinate representation of color #1D76B6: hue angle of 205.1º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D76B6 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB29118182-
CMYK0.840.3500.29
HSL205.1º72.51%41.37%-
HSV(B)205.1º84.07%71.37%-
XYZ15.4316.646.65-
YUV98.68175.0178.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.81%
GREEN value IS 118 (46.48% from 255) = 35.87%
BLUE value IS 182 (71.48% from 255) = 55.32%
R=8.81%
G=35.87%
B=55.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal291181820.840.3500.29205.172.5141.37
Hex1D76B6542301Dcd4929
Octal351662661244303531511151
Binary111011110110101101101010100100011011101110011011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D76B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D76B6; }

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

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

<style>
 a { background-color: #1D76B6; }

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

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

<style>
 span { border-color: #1D76B6; }

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

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