#205CA6

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

Shades of Denim #205CA6

Tints of Denim #205CA6

Color information

#205CA6 (or 0x205CA6) is unknown color: approx Denim. HEX triplet: 20, 5C and A6. RGB value is (32,92,166). Sum of RGB (Red+Green+Blue) = 32+92+166=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 166 (65.23% from 255 or 57.24% from 290); Max value from RGB is 166 - color contains mainly: blue. Hex color #205CA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205CA6 is #DFA359. Grayscale: #525252. Windows color (decimal): -14656346 or 10902560. OLE color: 10902560.

HSL color Cylindrical-coordinate representation of color #205CA6: hue angle of 213.13º 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 #205CA6 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3292166-
CMYK0.810.4500.35
HSL213.13º67.68%38.82%-
HSV(B)213.13º80.72%65.1%-
XYZ11.3110.7137.55-
YUV82.5175.1291.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.03%
GREEN value IS 92 (36.33% from 255) = 31.72%
BLUE value IS 166 (65.23% from 255) = 57.24%
R=11.03%
G=31.72%
B=57.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal32921660.810.4500.35213.1367.6838.82
Hex205CA6512D023d54427
Octal401342461215504332510447
Binary10000010111001010011010100011011010100011110101011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,92,166); }

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

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

 a { background-color: rgb(32,92,166); }

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

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

 span { border-color: rgb(32,92,166); }

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