Html Css Color HEX #20579F Endeavour

📋 copy color: '#20579F'

red 32 ◦ green 87 ◦ blue 159

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

Shades of Endeavour #20579F

Tints of Endeavour #20579F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.29%

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

R = 11.51%
G = 31.29%
B = 57.19%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20579F (or 0x20579F) is known color: Endeavour. HEX triplet: 20, 57 and 9F. RGB value is (32,87,159). Sum of RGB (Red+Green+Blue) = 32+87+159=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 159 (62.5% from 255 or 57.19% from 278); Max value from RGB is 159 - color contains mainly: blue. Hex color #20579F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20579F is #DFA860. Grayscale: #4E4E4E. Windows color (decimal): -14657633 or 10442528. OLE color: 10442528.

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

Color convert

RGB 32 87 159 -
CMYK 0.80 0.45 0 0.38
HSL 214.02º 0.66% 0.37% -
HSV(B) 214.02º 0.8% 0.62% -
XYZ 10.26 9.63 34.12 -
YUV 78.76 173.28 94.65 -
System Red Green Blue C M Y K H S L
Decimal 32 87 159 0.80 0.45 0 0.38 214.02 0.66 0.37
Hex 20 57 9F 50 2D 0 26 D6 42 25
Octal 40 127 237 120 55 0 46 326 102 45
Binary 100000 1010111 10011111 1010000 101101 0 100110 11010110 1000010 100101

Color Harmonies of #20579F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20579F

Black with #20579F

Text Example


Text Example

White with #20579F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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