#205D9B

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

Shades of Endeavour #205D9B

Tints of Endeavour #205D9B

Color information

#205D9B (or 0x205D9B) is unknown color: approx Endeavour. HEX triplet: 20, 5D and 9B. RGB value is (32,93,155). Sum of RGB (Red+Green+Blue) = 32+93+155=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #205D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205D9B is #DFA264. Grayscale: #515151. Windows color (decimal): -14656101 or 10181920. OLE color: 10181920.

HSL color Cylindrical-coordinate representation of color #205D9B: hue angle of 210.24º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #205D9B is Cyan = 0.79, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3293155-
CMYK0.790.400.39
HSL210.24º65.78%36.67%-
HSV(B)210.24º79.35%60.78%-
XYZ10.4310.532.49-
YUV81.83169.2992.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.43%
GREEN value IS 93 (36.72% from 255) = 33.21%
BLUE value IS 155 (60.94% from 255) = 55.36%
R=11.43%
G=33.21%
B=55.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal32931550.790.400.39210.2465.7836.67
Hex205D9B4F28027d24225
Octal401352331175004732210245
Binary10000010111011001101110011111010000100111110100101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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