Html Css Color HEX #20609D Endeavour

📋 copy color: '#20609D'

red 32 ◦ green 96 ◦ blue 157

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

Shades of Endeavour #20609D

Tints of Endeavour #20609D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.68%

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

R = 11.23%
G = 33.68%
B = 55.09%

CMYK

 C value IS 0.80

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20609D (or 0x20609D) is known color: Endeavour. HEX triplet: 20, 60 and 9D. RGB value is (32,96,157). Sum of RGB (Red+Green+Blue) = 32+96+157=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #20609D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20609D is #DF9F62. Grayscale: #535353. Windows color (decimal): -14655331 or 10313760. OLE color: 10313760.

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

Color convert

RGB 32 96 157 -
CMYK 0.80 0.39 0 0.38
HSL 209.28º 0.66% 0.37% -
HSV(B) 209.28º 0.8% 0.62% -
XYZ 10.86 11.11 33.47 -
YUV 83.82 169.3 91.04 -
System Red Green Blue C M Y K H S L
Decimal 32 96 157 0.80 0.39 0 0.38 209.28 0.66 0.37
Hex 20 60 9D 50 27 0 26 D1 42 25
Octal 40 140 235 120 47 0 46 321 102 45
Binary 100000 1100000 10011101 1010000 100111 0 100110 11010001 1000010 100101

Color Harmonies of #20609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20609D

Black with #20609D

Text Example


Text Example

White with #20609D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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