Html Css Color HEX #20559F Endeavour

📋 copy color: '#20559F'

red 32 ◦ green 85 ◦ blue 159

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

Shades of Endeavour #20559F

Tints of Endeavour #20559F

RGB

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

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

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

R = 11.59%
G = 30.8%
B = 57.61%

CMYK

 C value IS 0.80

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20559F (or 0x20559F) is known color: Endeavour. HEX triplet: 20, 55 and 9F. RGB value is (32,85,159). Sum of RGB (Red+Green+Blue) = 32+85+159=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 159 (62.5% from 255 or 57.61% from 276); Max value from RGB is 159 - color contains mainly: blue. Hex color #20559F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20559F is #DFAA60. Grayscale: #4D4D4D. Windows color (decimal): -14658145 or 10442016. OLE color: 10442016.

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

Color convert

RGB 32 85 159 -
CMYK 0.80 0.47 0 0.38
HSL 214.96º 0.66% 0.37% -
HSV(B) 214.96º 0.8% 0.62% -
XYZ 10.1 9.31 34.06 -
YUV 77.59 173.94 95.48 -
System Red Green Blue C M Y K H S L
Decimal 32 85 159 0.80 0.47 0 0.38 214.96 0.66 0.37
Hex 20 55 9F 50 2F 0 26 D7 42 25
Octal 40 125 237 120 57 0 46 327 102 45
Binary 100000 1010101 10011111 1010000 101111 0 100110 11010111 1000010 100101

Color Harmonies of #20559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20559F

Black with #20559F

Text Example


Text Example

White with #20559F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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