#205DA7

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

Shades of Denim #205DA7

Tints of Denim #205DA7

Color information

#205DA7 (or 0x205DA7) is unknown color: approx Denim. HEX triplet: 20, 5D and A7. RGB value is (32,93,167). Sum of RGB (Red+Green+Blue) = 32+93+167=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 167 (65.62% from 255 or 57.19% from 292); Max value from RGB is 167 - color contains mainly: blue. Hex color #205DA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205DA7 is #DFA258. Grayscale: #525252. Windows color (decimal): -14656089 or 10968352. OLE color: 10968352.

HSL color Cylindrical-coordinate representation of color #205DA7: hue angle of 212.89º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #205DA7 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3293167-
CMYK0.810.4400.35
HSL212.89º67.84%39.02%-
HSV(B)212.89º80.84%65.49%-
XYZ11.4910.9338.06-
YUV83.2175.2991.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.96%
GREEN value IS 93 (36.72% from 255) = 31.85%
BLUE value IS 167 (65.62% from 255) = 57.19%
R=10.96%
G=31.85%
B=57.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal32931670.810.4400.35212.8967.8439.02
Hex205DA7512C023d54427
Octal401352471215404332510447
Binary10000010111011010011110100011011000100011110101011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,93,167); }

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

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

 a { background-color: rgb(32,93,167); }

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

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

 span { border-color: rgb(32,93,167); }

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