#1756B4

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

Shades of Denim #1756B4

Tints of Denim #1756B4

Color information

#1756B4 (or 0x1756B4) is unknown color: approx Denim. HEX triplet: 17, 56 and B4. RGB value is (23,86,180). Sum of RGB (Red+Green+Blue) = 23+86+180=289 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.96% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 180 (70.70% from 255 or 62.28% from 289); Max value from RGB is 180 - color contains mainly: blue. Hex color #1756B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1756B4 is #E8A94B. Grayscale: #4D4D4D. Windows color (decimal): -15247692 or 11818519. OLE color: 11818519.

HSL color Cylindrical-coordinate representation of color #1756B4: hue angle of 215.92º degrees, saturation: 0.77, 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 #1756B4 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2386180-
CMYK0.870.5200.29
HSL215.92º77.34%39.8%-
HSV(B)215.92º87.22%70.59%-
XYZ11.9210.1344.51-
YUV77.88185.6388.86-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.96%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 180 (70.70% from 255) = 62.28%
R=7.96%
G=29.76%
B=62.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal23861800.870.5200.29215.9277.3439.8
Hex1756B4573401Dd84d28
Octal271262641276403533011550
Binary101111010110101101001010111110100011101110110001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1756B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1756B4; }

 p { color: rgb(23,86,180); }

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

<style>
 a { background-color: #1756B4; }

 a { background-color: rgb(23,86,180); }

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

<style>
 span { border-color: #1756B4; }

 span { border-color: rgb(23,86,180); }

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