Html Css Color HEX #20599D Endeavour

📋 copy color: '#20599D'

red 32 ◦ green 89 ◦ blue 157

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

Shades of Endeavour #20599D

Tints of Endeavour #20599D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 56.47%

R = 11.51%
G = 32.01%
B = 56.47%

CMYK

 C value IS 0.80

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20599D (or 0x20599D) is known color: Endeavour. HEX triplet: 20, 59 and 9D. RGB value is (32,89,157). Sum of RGB (Red+Green+Blue) = 32+89+157=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #20599D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20599D is #DFA662. Grayscale: #4F4F4F. Windows color (decimal): -14657123 or 10311968. OLE color: 10311968.

HSL color Cylindrical-coordinate representation of color #20599D: hue angle of 212.64º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20599D is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 89 157 -
CMYK 0.80 0.43 0 0.38
HSL 212.64º 0.66% 0.37% -
HSV(B) 212.64º 0.8% 0.62% -
XYZ 10.25 9.89 33.27 -
YUV 79.71 171.62 93.97 -
System Red Green Blue C M Y K H S L
Decimal 32 89 157 0.80 0.43 0 0.38 212.64 0.66 0.37
Hex 20 59 9D 50 2B 0 26 D5 42 25
Octal 40 131 235 120 53 0 46 325 102 45
Binary 100000 1011001 10011101 1010000 101011 0 100110 11010101 1000010 100101

Color Harmonies of #20599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20599D

Black with #20599D

Text Example


Text Example

White with #20599D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20599D; }

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

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

background-color css

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

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

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

border-color css

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

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

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