#1755A5

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

Shades of Denim #1755A5

Tints of Denim #1755A5

Color information

#1755A5 (or 0x1755A5) is unknown color: approx Denim. HEX triplet: 17, 55 and A5. RGB value is (23,85,165). Sum of RGB (Red+Green+Blue) = 23+85+165=273 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.42% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 165 (64.84% from 255 or 60.44% from 273); Max value from RGB is 165 - color contains mainly: blue. Hex color #1755A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1755A5 is #E8AA5A. Grayscale: #4B4B4B. Windows color (decimal): -15247963 or 10835223. OLE color: 10835223.

HSL color Cylindrical-coordinate representation of color #1755A5: hue angle of 213.8º 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 #1755A5 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2385165-
CMYK0.860.4800.35
HSL213.8º75.53%36.86%-
HSV(B)213.8º86.06%64.71%-
XYZ10.399.436.86-
YUV75.58178.4690.5-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.42%
GREEN value IS 85 (33.59% from 255) = 31.14%
BLUE value IS 165 (64.84% from 255) = 60.44%
R=8.42%
G=31.14%
B=60.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal23851650.860.4800.35213.875.5336.86
Hex1755A55630023d64c25
Octal271252451266004332611445
Binary1011110101011010010110101101100000100011110101101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1755A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1755A5; }

 p { color: rgb(23,85,165); }

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

<style>
 a { background-color: #1755A5; }

 a { background-color: rgb(23,85,165); }

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

<style>
 span { border-color: #1755A5; }

 span { border-color: rgb(23,85,165); }

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