#205A9A

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

Shades of Endeavour #205A9A

Tints of Endeavour #205A9A

Color information

#205A9A (or 0x205A9A) is unknown color: approx Endeavour. HEX triplet: 20, 5A and 9A. RGB value is (32,90,154). Sum of RGB (Red+Green+Blue) = 32+90+154=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 154 (60.55% from 255 or 55.80% from 276); Max value from RGB is 154 - color contains mainly: blue. Hex color #205A9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205A9A is #DFA565. Grayscale: #4F4F4F. Windows color (decimal): -14656870 or 10115616. OLE color: 10115616.

HSL color Cylindrical-coordinate representation of color #205A9A: hue angle of 211.48º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #205A9A is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3290154-
CMYK0.790.4200.40
HSL211.48º65.59%36.47%-
HSV(B)211.48º79.22%60.39%-
XYZ10.089.9531.96-
YUV79.95169.7893.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.59%
GREEN value IS 90 (35.55% from 255) = 32.61%
BLUE value IS 154 (60.55% from 255) = 55.80%
R=11.59%
G=32.61%
B=55.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal32901540.790.4200.40211.4865.5936.47
Hex205A9A4F2A028d34224
Octal401322321175205032310244
Binary10000010110101001101010011111010100101000110100111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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