#205E9B

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

Shades of Endeavour #205E9B

Tints of Endeavour #205E9B

Color information

#205E9B (or 0x205E9B) is unknown color: approx Endeavour. HEX triplet: 20, 5E and 9B. RGB value is (32,94,155). Sum of RGB (Red+Green+Blue) = 32+94+155=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #205E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205E9B is #DFA164. Grayscale: #525252. Windows color (decimal): -14655845 or 10182176. OLE color: 10182176.

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

Color convert

RGB3294155-
CMYK0.790.3900.39
HSL209.76º65.78%36.67%-
HSV(B)209.76º79.35%60.78%-
XYZ10.5110.6832.52-
YUV82.42168.9692.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.39%
GREEN value IS 94 (37.11% from 255) = 33.45%
BLUE value IS 155 (60.94% from 255) = 55.16%
R=11.39%
G=33.45%
B=55.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal32941550.790.3900.39209.7665.7836.67
Hex205E9B4F27027d24225
Octal401362331174704732210245
Binary10000010111101001101110011111001110100111110100101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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