#205B9A

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

Shades of Endeavour #205B9A

Tints of Endeavour #205B9A

Color information

#205B9A (or 0x205B9A) is unknown color: approx Endeavour. HEX triplet: 20, 5B and 9A. RGB value is (32,91,154). Sum of RGB (Red+Green+Blue) = 32+91+154=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 154 (60.55% from 255 or 55.60% from 277); Max value from RGB is 154 - color contains mainly: blue. Hex color #205B9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205B9A is #DFA465. Grayscale: #505050. Windows color (decimal): -14656614 or 10115872. OLE color: 10115872.

HSL color Cylindrical-coordinate representation of color #205B9A: hue angle of 210.98º 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 #205B9A is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3291154-
CMYK0.790.4100.40
HSL210.98º65.59%36.47%-
HSV(B)210.98º79.22%60.39%-
XYZ10.1710.1231.99-
YUV80.54169.4593.38-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.55%
GREEN value IS 91 (35.94% from 255) = 32.85%
BLUE value IS 154 (60.55% from 255) = 55.60%
R=11.55%
G=32.85%
B=55.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal32911540.790.4100.40210.9865.5936.47
Hex205B9A4F29028d34224
Octal401332321175105032310244
Binary10000010110111001101010011111010010101000110100111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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