#1766D2

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

Shades of Denim #1766D2

Tints of Denim #1766D2

Color information

#1766D2 (or 0x1766D2) is unknown color: approx Denim. HEX triplet: 17, 66 and D2. RGB value is (23,102,210). Sum of RGB (Red+Green+Blue) = 23+102+210=335 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.87% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 210 (82.42% from 255 or 62.69% from 335); Max value from RGB is 210 - color contains mainly: blue. Hex color #1766D2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1766D2 is #E8992D. Grayscale: #5A5A5A. Windows color (decimal): -15243566 or 13788695. OLE color: 13788695.

HSL color Cylindrical-coordinate representation of color #1766D2: hue angle of 214.65º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1766D2 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB23102210-
CMYK0.890.5100.18
HSL214.65º80.26%45.69%-
HSV(B)214.65º89.05%82.35%-
XYZ16.7414.3462.86-
YUV90.69195.3379.72-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.87%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 210 (82.42% from 255) = 62.69%
R=6.87%
G=30.45%
B=62.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal231022100.890.5100.18214.6580.2645.69
Hex1766D25933012d7502e
Octal271463221316302232712056
Binary101111100110110100101011001110011010010110101111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1766D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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