#205F95

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

Shades of Endeavour #205F95

Tints of Endeavour #205F95

Color information

#205F95 (or 0x205F95) is unknown color: approx Endeavour. HEX triplet: 20, 5F and 95. RGB value is (32,95,149). Sum of RGB (Red+Green+Blue) = 32+95+149=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #205F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205F95 is #DFA06A. Grayscale: #525252. Windows color (decimal): -14655595 or 9789216. OLE color: 9789216.

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

Color convert

RGB3295149-
CMYK0.790.3600.42
HSL207.69º64.64%35.49%-
HSV(B)207.69º78.52%58.43%-
XYZ10.1110.6629.96-
YUV82.32165.6392.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.59%
GREEN value IS 95 (37.5% from 255) = 34.42%
BLUE value IS 149 (58.59% from 255) = 53.99%
R=11.59%
G=34.42%
B=53.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32951490.790.3600.42207.6964.6435.49
Hex205F954F2402Ad04123
Octal401372251174405232010143
Binary10000010111111001010110011111001000101010110100001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,95,149); }

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

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

 a { background-color: rgb(32,95,149); }

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

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

 span { border-color: rgb(32,95,149); }

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