#2059AE

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

Shades of Denim #2059AE

Tints of Denim #2059AE

Color information

#2059AE (or 0x2059AE) is unknown color: approx Denim. HEX triplet: 20, 59 and AE. RGB value is (32,89,174). Sum of RGB (Red+Green+Blue) = 32+89+174=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #2059AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2059AE is #DFA651. Grayscale: #515151. Windows color (decimal): -14657106 or 11426080. OLE color: 11426080.

HSL color Cylindrical-coordinate representation of color #2059AE: hue angle of 215.92º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2059AE is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3289174-
CMYK0.820.4900.32
HSL215.92º68.93%40.39%-
HSV(B)215.92º81.61%68.24%-
XYZ11.8110.5141.45-
YUV81.65180.1292.59-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.85%
GREEN value IS 89 (35.16% from 255) = 30.17%
BLUE value IS 174 (68.36% from 255) = 58.98%
R=10.85%
G=30.17%
B=58.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal32891740.820.4900.32215.9268.9340.39
Hex2059AE5231020d84528
Octal401312561226104033010550
Binary10000010110011010111010100101100010100000110110001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2059AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,89,174); }

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

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

 a { background-color: rgb(32,89,174); }

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

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

 span { border-color: rgb(32,89,174); }

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