Html Css Color HEX #20509F Endeavour

📋 copy color: '#20509F'

red 32 ◦ green 80 ◦ blue 159

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

Shades of Endeavour #20509F

Tints of Endeavour #20509F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 58.67%

R = 11.81%
G = 29.52%
B = 58.67%

CMYK

 C value IS 0.80

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20509F (or 0x20509F) is known color: Endeavour. HEX triplet: 20, 50 and 9F. RGB value is (32,80,159). Sum of RGB (Red+Green+Blue) = 32+80+159=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #20509F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20509F is #DFAF60. Grayscale: #4A4A4A. Windows color (decimal): -14659425 or 10440736. OLE color: 10440736.

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

Color convert

RGB 32 80 159 -
CMYK 0.80 0.50 0 0.38
HSL 217.32º 0.66% 0.37% -
HSV(B) 217.32º 0.8% 0.62% -
XYZ 9.72 8.55 33.94 -
YUV 74.65 175.6 97.58 -
System Red Green Blue C M Y K H S L
Decimal 32 80 159 0.80 0.50 0 0.38 217.32 0.66 0.37
Hex 20 50 9F 50 32 0 26 D9 42 25
Octal 40 120 237 120 62 0 46 331 102 45
Binary 100000 1010000 10011111 1010000 110010 0 100110 11011001 1000010 100101

Color Harmonies of #20509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20509F

Black with #20509F

Text Example


Text Example

White with #20509F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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