#205AAE

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

Shades of Denim #205AAE

Tints of Denim #205AAE

Color information

#205AAE (or 0x205AAE) is unknown color: approx Denim. HEX triplet: 20, 5A and AE. RGB value is (32,90,174). Sum of RGB (Red+Green+Blue) = 32+90+174=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 174 (68.36% from 255 or 58.78% from 296); Max value from RGB is 174 - color contains mainly: blue. Hex color #205AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205AAE is #DFA551. Grayscale: #515151. Windows color (decimal): -14656850 or 11426336. OLE color: 11426336.

HSL color Cylindrical-coordinate representation of color #205AAE: hue angle of 215.49º 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 #205AAE is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3290174-
CMYK0.820.4800.32
HSL215.49º68.93%40.39%-
HSV(B)215.49º81.61%68.24%-
XYZ11.8910.6841.48-
YUV82.23179.7892.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.81%
GREEN value IS 90 (35.55% from 255) = 30.41%
BLUE value IS 174 (68.36% from 255) = 58.78%
R=10.81%
G=30.41%
B=58.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal32901740.820.4800.32215.4968.9340.39
Hex205AAE5230020d74528
Octal401322561226004032710550
Binary10000010110101010111010100101100000100000110101111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205AAE; }

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

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

<style>
 a { background-color: #205AAE; }

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

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

<style>
 span { border-color: #205AAE; }

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

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