#1766B4

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

Shades of Denim #1766B4

Tints of Denim #1766B4

Color information

#1766B4 (or 0x1766B4) is unknown color: approx Denim. HEX triplet: 17, 66 and B4. RGB value is (23,102,180). Sum of RGB (Red+Green+Blue) = 23+102+180=305 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.54% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 180 (70.70% from 255 or 59.02% from 305); Max value from RGB is 180 - color contains mainly: blue. Hex color #1766B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1766B4 is #E8994B. Grayscale: #565656. Windows color (decimal): -15243596 or 11822615. OLE color: 11822615.

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

Color convert

RGB23102180-
CMYK0.870.4300.29
HSL209.81º77.34%39.8%-
HSV(B)209.81º87.22%70.59%-
XYZ13.3412.9844.98-
YUV87.27180.3382.16-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.54%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 180 (70.70% from 255) = 59.02%
R=7.54%
G=33.44%
B=59.02%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal231021800.870.4300.29209.8177.3439.8
Hex1766B4572B01Dd24d28
Octal271462641275303532211550
Binary101111100110101101001010111101011011101110100101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1766B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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