Html Css Color HEX #20559D Endeavour

📋 copy color: '#20559D'

red 32 ◦ green 85 ◦ blue 157

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

Shades of Endeavour #20559D

Tints of Endeavour #20559D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.02%

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

R = 11.68%
G = 31.02%
B = 57.3%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20559D (or 0x20559D) is known color: Endeavour. HEX triplet: 20, 55 and 9D. RGB value is (32,85,157). Sum of RGB (Red+Green+Blue) = 32+85+157=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #20559D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20559D is #DFAA62. Grayscale: #4D4D4D. Windows color (decimal): -14658147 or 10310944. OLE color: 10310944.

HSL color Cylindrical-coordinate representation of color #20559D: hue angle of 214.56º 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 #20559D is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 85 157 -
CMYK 0.80 0.46 0 0.38
HSL 214.56º 0.66% 0.37% -
HSV(B) 214.56º 0.8% 0.62% -
XYZ 9.93 9.24 33.16 -
YUV 77.36 172.94 95.65 -
System Red Green Blue C M Y K H S L
Decimal 32 85 157 0.80 0.46 0 0.38 214.56 0.66 0.37
Hex 20 55 9D 50 2E 0 26 D7 42 25
Octal 40 125 235 120 56 0 46 327 102 45
Binary 100000 1010101 10011101 1010000 101110 0 100110 11010111 1000010 100101

Color Harmonies of #20559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20559D

Black with #20559D

Text Example


Text Example

White with #20559D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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