#1771AE

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

Shades of Denim #1771AE

Tints of Denim #1771AE

Color information

#1771AE (or 0x1771AE) is unknown color: approx Denim. HEX triplet: 17, 71 and AE. RGB value is (23,113,174). Sum of RGB (Red+Green+Blue) = 23+113+174=310 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.42% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #1771AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1771AE is #E88E51. Grayscale: #5C5C5C. Windows color (decimal): -15240786 or 11432215. OLE color: 11432215.

HSL color Cylindrical-coordinate representation of color #1771AE: hue angle of 204.24º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1771AE is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB23113174-
CMYK0.870.3500.32
HSL204.24º76.65%38.63%-
HSV(B)204.24º86.78%68.24%-
XYZ13.915.0542.22-
YUV93.04173.6878.04-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.42%
GREEN value IS 113 (44.53% from 255) = 36.45%
BLUE value IS 174 (68.36% from 255) = 56.13%
R=7.42%
G=36.45%
B=56.13%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal231131740.870.3500.32204.2476.6538.63
Hex1771AE5723020cc4d27
Octal271612561274304031411547
Binary1011111100011010111010101111000110100000110011001001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1771AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1771AE; }

 p { color: rgb(23,113,174); }

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

<style>
 a { background-color: #1771AE; }

 a { background-color: rgb(23,113,174); }

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

<style>
 span { border-color: #1771AE; }

 span { border-color: rgb(23,113,174); }

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