Html Css Color HEX #20509E Endeavour

📋 copy color: '#20509E'

red 32 ◦ green 80 ◦ blue 158

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

Shades of Endeavour #20509E

Tints of Endeavour #20509E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.63%

 BLUE value IS 158 (62.11% from 255) = 58.52%

R = 11.85%
G = 29.63%
B = 58.52%

CMYK

 C value IS 0.80

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20509E (or 0x20509E) is known color: Endeavour. HEX triplet: 20, 50 and 9E. RGB value is (32,80,158). Sum of RGB (Red+Green+Blue) = 32+80+158=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #20509E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20509E is #DFAF61. Grayscale: #4A4A4A. Windows color (decimal): -14659426 or 10375200. OLE color: 10375200.

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

Color convert

RGB 32 80 158 -
CMYK 0.80 0.49 0 0.38
HSL 217.14º 0.66% 0.37% -
HSV(B) 217.14º 0.8% 0.62% -
XYZ 9.64 8.51 33.48 -
YUV 74.54 175.1 97.66 -
System Red Green Blue C M Y K H S L
Decimal 32 80 158 0.80 0.49 0 0.38 217.14 0.66 0.37
Hex 20 50 9E 50 31 0 26 D9 42 25
Octal 40 120 236 120 61 0 46 331 102 45
Binary 100000 1010000 10011110 1010000 110001 0 100110 11011001 1000010 100101

Color Harmonies of #20509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20509E

Black with #20509E

Text Example


Text Example

White with #20509E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20509E; }

 p { color: rgb(32,80,158); }

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

background-color css

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

 a { background-color: rgb(32,80,158); }

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

border-color css

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

 span { border-color: rgb(32,80,158); }

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