#205AAB

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

Shades of Denim #205AAB

Tints of Denim #205AAB

Color information

#205AAB (or 0x205AAB) is unknown color: approx Denim. HEX triplet: 20, 5A and AB. RGB value is (32,90,171). Sum of RGB (Red+Green+Blue) = 32+90+171=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #205AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205AAB is #DFA554. Grayscale: #515151. Windows color (decimal): -14656853 or 11229728. OLE color: 11229728.

HSL color Cylindrical-coordinate representation of color #205AAB: hue angle of 214.96º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #205AAB is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3290171-
CMYK0.810.4700.33
HSL214.96º68.47%39.8%-
HSV(B)214.96º81.29%67.06%-
XYZ11.610.5639.95-
YUV81.89178.2892.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.92%
GREEN value IS 90 (35.55% from 255) = 30.72%
BLUE value IS 171 (67.19% from 255) = 58.36%
R=10.92%
G=30.72%
B=58.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal32901710.810.4700.33214.9668.4739.8
Hex205AAB512F021d74428
Octal401322531215704132710450
Binary10000010110101010101110100011011110100001110101111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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