Html Css Color HEX #20529B Endeavour

📋 copy color: '#20529B'

red 32 ◦ green 82 ◦ blue 155

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

Shades of Endeavour #20529B

Tints of Endeavour #20529B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.48%

 BLUE value IS 155 (60.94% from 255) = 57.62%

R = 11.9%
G = 30.48%
B = 57.62%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20529B (or 0x20529B) is known color: Endeavour. HEX triplet: 20, 52 and 9B. RGB value is (32,82,155). Sum of RGB (Red+Green+Blue) = 32+82+155=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #20529B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20529B is #DFAD64. Grayscale: #4B4B4B. Windows color (decimal): -14658917 or 10179104. OLE color: 10179104.

HSL color Cylindrical-coordinate representation of color #20529B: hue angle of 215.61º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20529B is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 82 155 -
CMYK 0.79 0.47 0 0.39
HSL 215.61º 0.66% 0.37% -
HSV(B) 215.61º 0.79% 0.61% -
XYZ 9.53 8.71 32.19 -
YUV 75.37 172.94 97.06 -
System Red Green Blue C M Y K H S L
Decimal 32 82 155 0.79 0.47 0 0.39 215.61 0.66 0.37
Hex 20 52 9B 4F 2F 0 27 D8 42 25
Octal 40 122 233 117 57 0 47 330 102 45
Binary 100000 1010010 10011011 1001111 101111 0 100111 11011000 1000010 100101

Color Harmonies of #20529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20529B

Black with #20529B

Text Example


Text Example

White with #20529B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20529B; }

 p { color: rgb(32,82,155); }

 H1.HeaderClassName
 {
   color: #20529B;
 }
 .AnyTagClassName
 {
   color: #20529B;
 }
</style>

background-color css

<style>
 a { background-color: #20529B; }

 a { background-color: rgb(32,82,155); }

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

border-color css

<style>
 span { border-color: #20529B; }

 span { border-color: rgb(32,82,155); }

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