#1760A6

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

Shades of Denim #1760A6

Tints of Denim #1760A6

Color information

#1760A6 (or 0x1760A6) is unknown color: approx Denim. HEX triplet: 17, 60 and A6. RGB value is (23,96,166). Sum of RGB (Red+Green+Blue) = 23+96+166=285 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.07% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 166 (65.23% from 255 or 58.25% from 285); Max value from RGB is 166 - color contains mainly: blue. Hex color #1760A6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1760A6 is #E89F59. Grayscale: #515151. Windows color (decimal): -15245146 or 10903575. OLE color: 10903575.

HSL color Cylindrical-coordinate representation of color #1760A6: hue angle of 209.37º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1760A6 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2396166-
CMYK0.860.4200.35
HSL209.37º75.66%37.06%-
HSV(B)209.37º86.14%65.1%-
XYZ11.4211.337.66-
YUV82.15175.3285.81-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.07%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 166 (65.23% from 255) = 58.25%
R=8.07%
G=33.68%
B=58.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal23961660.860.4200.35209.3775.6637.06
Hex1760A6562A023d14c25
Octal271402461265204332111445
Binary1011111000001010011010101101010100100011110100011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1760A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1760A6; }

 p { color: rgb(23,96,166); }

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

<style>
 a { background-color: #1760A6; }

 a { background-color: rgb(23,96,166); }

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

<style>
 span { border-color: #1760A6; }

 span { border-color: rgb(23,96,166); }

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