Html Css Color HEX #205989 Endeavour

📋 copy color: '#205989'

red 32 ◦ green 89 ◦ blue 137

#205989
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #205989

Tints of Endeavour #205989

RGB

 RED value IS 32 (12.89% from 255) = 12.4%

 GREEN value IS 89 (35.16% from 255) = 34.5%

 BLUE value IS 137 (53.91% from 255) = 53.1%

R = 12.4%
G = 34.5%
B = 53.1%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#205989 (or 0x205989) is known color: Endeavour. HEX triplet: 20, 59 and 89. RGB value is (32,89,137). Sum of RGB (Red+Green+Blue) = 32+89+137=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #205989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205989 is #DFA676. Grayscale: #4D4D4D. Windows color (decimal): -14657143 or 9001248. OLE color: 9001248.

HSL color Cylindrical-coordinate representation of color #205989: hue angle of 207.43º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #205989 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 89 137 -
CMYK 0.77 0.35 0 0.46
HSL 207.43º 0.62% 0.33% -
HSV(B) 207.43º 0.77% 0.54% -
XYZ 8.68 9.26 25 -
YUV 77.43 161.62 95.6 -
System Red Green Blue C M Y K H S L
Decimal 32 89 137 0.77 0.35 0 0.46 207.43 0.62 0.33
Hex 20 59 89 4D 23 0 2E CF 3E 21
Octal 40 131 211 115 43 0 56 317 76 41
Binary 100000 1011001 10001001 1001101 100011 0 101110 11001111 111110 100001

Color Harmonies of #205989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205989

Black with #205989

Text Example


Text Example

White with #205989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205989; }

 p { color: rgb(32,89,137); }

 H1.HeaderClassName
 {
   color: #205989;
 }
 .AnyTagClassName
 {
   color: #205989;
 }
</style>

background-color css

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

 a { background-color: rgb(32,89,137); }

 div.DivClassName
 {
   background-color: #205989;
 }
 .BgClassName
 {
   background-color: #205989;
 }
</style>

border-color css

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

 span { border-color: rgb(32,89,137); }

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