#1659A4

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

Shades of Denim #1659A4

Tints of Denim #1659A4

Color information

#1659A4 (or 0x1659A4) is unknown color: approx Denim. HEX triplet: 16, 59 and A4. RGB value is (22,89,164). Sum of RGB (Red+Green+Blue) = 22+89+164=275 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 164 (64.45% from 255 or 59.64% from 275); Max value from RGB is 164 - color contains mainly: blue. Hex color #1659A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1659A4 is #E9A65B. Grayscale: #4D4D4D. Windows color (decimal): -15312476 or 10770710. OLE color: 10770710.

HSL color Cylindrical-coordinate representation of color #1659A4: hue angle of 211.69º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1659A4 is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2289164-
CMYK0.870.4600.36
HSL211.69º76.34%36.47%-
HSV(B)211.69º86.59%64.31%-
XYZ10.61036.49-
YUV77.52176.888.4-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8%
GREEN value IS 89 (35.16% from 255) = 32.36%
BLUE value IS 164 (64.45% from 255) = 59.64%
R=8%
G=32.36%
B=59.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal22891640.870.4600.36211.6976.3436.47
Hex1659A4572E024d44c24
Octal261312441275604432411444
Binary1011010110011010010010101111011100100100110101001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1659A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1659A4; }

 p { color: rgb(22,89,164); }

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

<style>
 a { background-color: #1659A4; }

 a { background-color: rgb(22,89,164); }

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

<style>
 span { border-color: #1659A4; }

 span { border-color: rgb(22,89,164); }

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